public class SubscriptionAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionAction.Builder
Class to build instances of
SubscriptionAction. |
| Constructor and Description |
|---|
SubscriptionAction(String id,
String type,
String effectiveDate,
String newPlanId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEffectiveDate()
Getter for EffectiveDate.
|
String |
getId()
Getter for Id.
|
String |
getNewPlanId()
Getter for NewPlanId.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
SubscriptionAction.Builder |
toBuilder()
Builds a new
SubscriptionAction.Builder object. |
String |
toString()
Converts this SubscriptionAction into string format.
|
public String getId()
public String getType()
public String getEffectiveDate()
public String getNewPlanId()
public String toString()
public SubscriptionAction.Builder toBuilder()
SubscriptionAction.Builder object.
Creates the instance with the state of the current model.SubscriptionAction.Builder objectCopyright © 2022. All rights reserved.