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