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