public class SubscriptionEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionEvent.Builder
Class to build instances of
SubscriptionEvent. |
| Constructor and Description |
|---|
SubscriptionEvent(String id,
String subscriptionEventType,
String effectiveDate,
String planId,
SubscriptionEventInfo info)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEffectiveDate()
Getter for EffectiveDate.
|
String |
getId()
Getter for Id.
|
SubscriptionEventInfo |
getInfo()
Getter for Info.
|
String |
getPlanId()
Getter for PlanId.
|
String |
getSubscriptionEventType()
Getter for SubscriptionEventType.
|
int |
hashCode() |
SubscriptionEvent.Builder |
toBuilder()
Builds a new
SubscriptionEvent.Builder object. |
String |
toString()
Converts this SubscriptionEvent into string format.
|
public SubscriptionEvent(String id, String subscriptionEventType, String effectiveDate, String planId, SubscriptionEventInfo info)
id - String value for id.subscriptionEventType - String value for subscriptionEventType.effectiveDate - String value for effectiveDate.planId - String value for planId.info - SubscriptionEventInfo value for info.public String getId()
public String getSubscriptionEventType()
public String getEffectiveDate()
public String getPlanId()
public SubscriptionEventInfo getInfo()
public String toString()
public SubscriptionEvent.Builder toBuilder()
SubscriptionEvent.Builder object.
Creates the instance with the state of the current model.SubscriptionEvent.Builder objectCopyright © 2022. All rights reserved.