public class CatalogSubscriptionPlan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogSubscriptionPlan.Builder
Class to build instances of
CatalogSubscriptionPlan. |
| Constructor and Description |
|---|
CatalogSubscriptionPlan(String name,
List<SubscriptionPhase> phases)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Getter for Name.
|
List<SubscriptionPhase> |
getPhases()
Getter for Phases.
|
int |
hashCode() |
CatalogSubscriptionPlan.Builder |
toBuilder()
Builds a new
CatalogSubscriptionPlan.Builder object. |
String |
toString()
Converts this CatalogSubscriptionPlan into string format.
|
public CatalogSubscriptionPlan(String name, List<SubscriptionPhase> phases)
name - String value for name.phases - List of SubscriptionPhase value for phases.public String getName()
public List<SubscriptionPhase> getPhases()
public String toString()
public CatalogSubscriptionPlan.Builder toBuilder()
CatalogSubscriptionPlan.Builder object.
Creates the instance with the state of the current model.CatalogSubscriptionPlan.Builder objectCopyright © 2022. All rights reserved.