public class EventResponse extends Object implements Serializable
Constructor and Description |
---|
EventResponse(String uuid,
EventOwnerType ownerType,
String ownerId,
String entityUuid,
String entityName,
EntityType entityType,
EventType type,
Instant timestamp,
String taskUuid,
String initiatedByUsername,
String initiatedByFullName,
String details)
Instantiates a new Event response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDetails()
Gets details.
|
String |
getEntityName()
The name of the entity at the time of the event.
|
EntityType |
getEntityType()
Gets entity type.
|
String |
getEntityUuid()
Gets entity uuid.
|
String |
getInitiatedByFullName()
Gets initiated by full name.
|
String |
getInitiatedByUsername()
Gets initiated by username.
|
String |
getOwnerId()
Gets owner id.
|
EventOwnerType |
getOwnerType()
Gets owner type.
|
String |
getTaskUuid()
Gets task uuid.
|
Instant |
getTimestamp()
Gets timestamp.
|
EventType |
getType()
Gets type.
|
String |
getUuid()
Gets uuid.
|
int |
hashCode() |
String |
toString() |
public EventResponse(String uuid, EventOwnerType ownerType, String ownerId, String entityUuid, String entityName, EntityType entityType, EventType type, Instant timestamp, String taskUuid, String initiatedByUsername, String initiatedByFullName, String details)
uuid
- the uuidownerType
- the owner typeownerId
- the owner identityUuid
- the entity uuidentityName
- the entity nameentityType
- the entity typetype
- the typetimestamp
- the timestamptaskUuid
- the task uuidinitiatedByUsername
- the initiated by usernameinitiatedByFullName
- the initiated by full namedetails
- the detailspublic String getUuid()
public EventOwnerType getOwnerType()
public String getOwnerId()
public String getEntityUuid()
public EntityType getEntityType()
public EventType getType()
public Instant getTimestamp()
public String getTaskUuid()
public String getInitiatedByUsername()
public String getInitiatedByFullName()
public String getDetails()
public String getEntityName()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.