public class BundleTimelineJson extends JsonBase
| Constructor and Description |
|---|
BundleTimelineJson(String accountId,
String bundleId,
String externalKey,
List<SubscriptionJson.EventSubscriptionJson> events,
List<AuditLogJson> auditLogs) |
BundleTimelineJson(SubscriptionBundleTimeline bundleTimeline,
AccountAuditLogs accountAuditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
String |
getBundleId() |
List<SubscriptionJson.EventSubscriptionJson> |
getEvents() |
String |
getExternalKey() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic BundleTimelineJson(@Nullable String accountId, @Nullable String bundleId, @Nullable String externalKey, @Nullable List<SubscriptionJson.EventSubscriptionJson> events, @Nullable List<AuditLogJson> auditLogs)
public BundleTimelineJson(SubscriptionBundleTimeline bundleTimeline, @Nullable AccountAuditLogs accountAuditLogs)
public String getAccountId()
public String getBundleId()
public String getExternalKey()
public List<SubscriptionJson.EventSubscriptionJson> getEvents()
Copyright © 2010-2016. All Rights Reserved.