Class PlanRegistryMock
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.PlanRegistryMock
- All Implemented Interfaces:
PlanRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.vespa.hosted.controller.api.integration.billing.PlanRegistry
plan
-
Field Details
-
freeTrial
-
paidPlan
-
nonePlan
-
-
Constructor Details
-
PlanRegistryMock
public PlanRegistryMock()
-
-
Method Details
-
defaultPlan
Description copied from interface:PlanRegistryGet the default plan- Specified by:
defaultPlanin interfacePlanRegistry
-
plan
Description copied from interface:PlanRegistryGet a plan given a plan ID- Specified by:
planin interfacePlanRegistry
-