public static class SubscriptionJson.EventSubscriptionJson extends JsonBase
| Constructor and Description |
|---|
EventSubscriptionJson(SubscriptionEvent subscriptionEvent,
AccountAuditLogs accountAuditLogs) |
EventSubscriptionJson(UUID eventId,
BillingPeriod billingPeriod,
org.joda.time.LocalDate effectiveDate,
String plan,
String product,
String priceList,
SubscriptionEventType eventType,
Boolean isBlockedBilling,
Boolean isBlockedEntitlement,
String serviceName,
String serviceStateName,
String phase,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BillingPeriod |
getBillingPeriod() |
org.joda.time.LocalDate |
getEffectiveDate() |
UUID |
getEventId() |
SubscriptionEventType |
getEventType() |
Boolean |
getIsBlockedBilling() |
Boolean |
getIsBlockedEntitlement() |
String |
getPhase() |
String |
getPlan() |
String |
getPriceList() |
String |
getProduct() |
String |
getServiceName() |
String |
getServiceStateName() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic EventSubscriptionJson(UUID eventId, BillingPeriod billingPeriod, org.joda.time.LocalDate effectiveDate, String plan, String product, String priceList, SubscriptionEventType eventType, Boolean isBlockedBilling, Boolean isBlockedEntitlement, String serviceName, String serviceStateName, String phase, @Nullable List<AuditLogJson> auditLogs)
public EventSubscriptionJson(SubscriptionEvent subscriptionEvent, @Nullable AccountAuditLogs accountAuditLogs)
public UUID getEventId()
public BillingPeriod getBillingPeriod()
public org.joda.time.LocalDate getEffectiveDate()
public String getPlan()
public String getProduct()
public String getPriceList()
public SubscriptionEventType getEventType()
public Boolean getIsBlockedBilling()
public Boolean getIsBlockedEntitlement()
public String getServiceName()
public String getServiceStateName()
public String getPhase()
Copyright © 2010–2022. All rights reserved.