public static class SubscriptionJson.EventSubscriptionJson extends JsonBase
| 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,
Boolean isBlockedBilling,
Boolean isBlockedEntitlement,
String serviceName,
String serviceStateName,
String phase,
List<AuditLogJson> auditLogs) |
SubscriptionJson.EventSubscriptionJson(SubscriptionEvent subscriptionEvent,
AccountAuditLogs accountAuditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBillingPeriod() |
org.joda.time.LocalDate |
getEffectiveDate() |
String |
getEventId() |
String |
getEventType() |
Boolean |
getIsBlockedBilling() |
Boolean |
getIsBlockedEntitlement() |
String |
getPhase() |
String |
getPriceList() |
String |
getProduct() |
org.joda.time.LocalDate |
getRequestedDate() |
String |
getServiceName() |
String |
getServiceStateName() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic SubscriptionJson.EventSubscriptionJson(String eventId, String billingPeriod, org.joda.time.LocalDate requestedDate, org.joda.time.LocalDate effectiveDate, String product, String priceList, String eventType, Boolean isBlockedBilling, Boolean isBlockedEntitlement, String serviceName, String serviceStateName, String phase, @Nullable List<AuditLogJson> auditLogs)
public SubscriptionJson.EventSubscriptionJson(SubscriptionEvent subscriptionEvent, @Nullable AccountAuditLogs accountAuditLogs)
public String getEventId()
public String getBillingPeriod()
public org.joda.time.LocalDate getRequestedDate()
public org.joda.time.LocalDate getEffectiveDate()
public String getProduct()
public String getPriceList()
public String getEventType()
public Boolean getIsBlockedBilling()
public Boolean getIsBlockedEntitlement()
public String getServiceName()
public String getServiceStateName()
public String getPhase()
Copyright © 2010-2015. All Rights Reserved.