public class DefaultCustomFieldCreationEvent extends BusEventBase implements CustomFieldCreationEvent
BusInternalEvent.BusInternalEventType| Constructor and Description |
|---|
DefaultCustomFieldCreationEvent(java.util.UUID customFieldId,
java.util.UUID objectId,
org.killbill.billing.ObjectType objectType,
java.lang.Long searchKey1,
java.lang.Long searchKey2,
java.util.UUID userToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BusInternalEvent.BusInternalEventType |
getBusEventType() |
java.util.UUID |
getCustomFieldId() |
java.util.UUID |
getObjectId() |
org.killbill.billing.ObjectType |
getObjectType() |
int |
hashCode() |
java.lang.String |
toString() |
getSearchKey1, getSearchKey2, getUserTokenpublic DefaultCustomFieldCreationEvent(java.util.UUID customFieldId,
java.util.UUID objectId,
org.killbill.billing.ObjectType objectType,
java.lang.Long searchKey1,
java.lang.Long searchKey2,
java.util.UUID userToken)
public java.util.UUID getCustomFieldId()
getCustomFieldId in interface CustomFieldEventpublic java.util.UUID getObjectId()
getObjectId in interface CustomFieldEventpublic org.killbill.billing.ObjectType getObjectType()
getObjectType in interface CustomFieldEventpublic BusInternalEvent.BusInternalEventType getBusEventType()
getBusEventType in interface BusInternalEventpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class BusEventBasepublic int hashCode()
hashCode in class BusEventBaseCopyright © 2010-2020. All Rights Reserved.