Class DefaultAccountCreationEvent
- java.lang.Object
-
- org.killbill.billing.events.BusEventBase
-
- org.killbill.billing.account.api.user.DefaultAccountCreationEvent
-
- All Implemented Interfaces:
AccountCreationInternalEvent
,BusInternalEvent
,org.killbill.bus.api.BusEvent
,org.killbill.queue.api.QueueEvent
public class DefaultAccountCreationEvent extends BusEventBase implements AccountCreationInternalEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DefaultAccountCreationEvent.DefaultAccountData
-
Nested classes/interfaces inherited from interface org.killbill.billing.events.BusInternalEvent
BusInternalEvent.BusInternalEventType
-
-
Constructor Summary
Constructors Constructor Description DefaultAccountCreationEvent(DefaultAccountCreationEvent.DefaultAccountData data, UUID id, Long searchKey1, Long searchKey2, UUID userToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BusInternalEvent.BusInternalEventType
getBusEventType()
AccountData
getData()
UUID
getId()
int
hashCode()
String
toString()
-
Methods inherited from class org.killbill.billing.events.BusEventBase
getSearchKey1, getSearchKey2, getUserToken
-
-
-
-
Constructor Detail
-
DefaultAccountCreationEvent
public DefaultAccountCreationEvent(DefaultAccountCreationEvent.DefaultAccountData data, UUID id, Long searchKey1, Long searchKey2, UUID userToken)
-
-
Method Detail
-
getBusEventType
public BusInternalEvent.BusInternalEventType getBusEventType()
- Specified by:
getBusEventType
in interfaceBusInternalEvent
-
getId
public UUID getId()
- Specified by:
getId
in interfaceAccountCreationInternalEvent
-
getData
public AccountData getData()
- Specified by:
getData
in interfaceAccountCreationInternalEvent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBusEventBase
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classBusEventBase
-
-