public class BundleJson extends JsonBase
| Constructor and Description |
|---|
BundleJson(String accountId,
String bundleId,
String externalKey,
List<SubscriptionJson> subscriptions,
BundleTimelineJson timeline,
List<AuditLogJson> auditLogs) |
BundleJson(SubscriptionBundle bundle,
AccountAuditLogs accountAuditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
String |
getBundleId() |
String |
getExternalKey() |
List<SubscriptionJson> |
getSubscriptions() |
BundleTimelineJson |
getTimeline() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic BundleJson(@Nullable String accountId, @Nullable String bundleId, @Nullable String externalKey, @Nullable List<SubscriptionJson> subscriptions, @Nullable BundleTimelineJson timeline, @Nullable List<AuditLogJson> auditLogs)
public BundleJson(SubscriptionBundle bundle, @Nullable AccountAuditLogs accountAuditLogs)
public List<SubscriptionJson> getSubscriptions()
public String getAccountId()
public String getBundleId()
public String getExternalKey()
public BundleTimelineJson getTimeline()
Copyright © 2010-2015. All Rights Reserved.