Class BundleTimeline
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- org.killbill.billing.client.model.gen.BundleTimeline
-
public class BundleTimeline extends KillBillObject
-
-
Field Summary
-
Fields inherited from class org.killbill.billing.client.model.KillBillObject
auditLogs
-
-
Constructor Summary
Constructors Constructor Description BundleTimeline()BundleTimeline(UUID accountId, UUID bundleId, String externalKey, List<EventSubscription> events, List<AuditLog> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleTimelineaddEventsItem(EventSubscription eventsItem)booleanequals(Object o)UUIDgetAccountId()UUIDgetBundleId()List<EventSubscription>getEvents()StringgetExternalKey()inthashCode()BundleTimelinesetAccountId(UUID accountId)BundleTimelinesetBundleId(UUID bundleId)BundleTimelinesetEvents(List<EventSubscription> events)BundleTimelinesetExternalKey(String externalKey)StringtoString()-
Methods inherited from class org.killbill.billing.client.model.KillBillObject
getAuditLogs, setAuditLogs
-
-
-
-
Method Detail
-
setAccountId
public BundleTimeline setAccountId(UUID accountId)
-
getAccountId
public UUID getAccountId()
-
setBundleId
public BundleTimeline setBundleId(UUID bundleId)
-
getBundleId
public UUID getBundleId()
-
setExternalKey
public BundleTimeline setExternalKey(String externalKey)
-
getExternalKey
public String getExternalKey()
-
setEvents
public BundleTimeline setEvents(List<EventSubscription> events)
-
addEventsItem
public BundleTimeline addEventsItem(EventSubscription eventsItem)
-
getEvents
public List<EventSubscription> getEvents()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKillBillObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKillBillObject
-
-