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