public abstract class AssetConsumerEvent extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
AssetConsumerEventType |
getEventType()
Return the type of event.
|
long |
getEventVersionId()
Return the event version id for this event structure.
|
int |
hashCode()
Return hash code for this object
|
void |
setEventType(AssetConsumerEventType eventType)
Set up the type of event.
|
void |
setEventVersionId(long eventVersionId)
Set up the event version id for this event structure.
|
String |
toString()
JSON-style toString
|
public long getEventVersionId()
public void setEventVersionId(long eventVersionId)
eventVersionId - longpublic AssetConsumerEventType getEventType()
public void setEventType(AssetConsumerEventType eventType)
eventType - - event type enumpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.