public static class SubscriptionJson.EventSubscriptionJson extends SubscriptionJson.EventBaseSubscriptionJson
| Constructor and Description |
|---|
SubscriptionJson.EventSubscriptionJson(String eventId,
String billingPeriod,
org.joda.time.LocalDate requestedDate,
org.joda.time.LocalDate effectiveDate,
String product,
String priceList,
String eventType,
String phase,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.joda.time.LocalDate |
getEffectiveDate() |
String |
getEventId() |
int |
hashCode() |
String |
toString() |
getBillingPeriod, getEventType, getPhase, getPriceList, getProduct, getRequestedDategetAuditLogs, toAuditLogJson, toStringpublic SubscriptionJson.EventSubscriptionJson(String eventId, String billingPeriod, org.joda.time.LocalDate requestedDate, org.joda.time.LocalDate effectiveDate, String product, String priceList, String eventType, String phase, @Nullable List<AuditLogJson> auditLogs)
public String getEventId()
public org.joda.time.LocalDate getEffectiveDate()
public String toString()
toString in class SubscriptionJson.EventBaseSubscriptionJsonpublic boolean equals(Object o)
equals in class SubscriptionJson.EventBaseSubscriptionJsonpublic int hashCode()
hashCode in class SubscriptionJson.EventBaseSubscriptionJsonCopyright © 2010-2014. All Rights Reserved.