public class TaskResponse extends Object implements Serializable
Constructor and Description |
---|
TaskResponse(String uuid,
Instant initiationTime,
String companyId,
String locationId,
String taskId,
String status,
String operation,
String operationDescription,
boolean active,
boolean synced,
TaskTypeResponse taskType,
String entityUuid,
Instant startTime,
Instant endTime,
Map<String,String> otherAttributes,
String orgUuid,
int progress,
String username,
String userFullName,
String parentTaskUuid,
Set<String> subTasks,
Boolean initiatedFromEcs,
String message,
String entityName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCompanyId()
Get the companyId of task response
|
Instant |
getEndTime()
Get end time of task response
|
String |
getEntityName()
Get the entity name.
|
String |
getEntityUuid()
Get the entity uuid of task response
|
Boolean |
getInitiatedFromEcs()
Get initiated from ecs of task response
|
Instant |
getInitiationTime()
Get initiation time of task response
|
String |
getLocationId()
Get the location id of task response
|
String |
getMessage()
Get the message of task response
|
String |
getOperation()
Get the operation of task response
|
String |
getOperationDescription()
Get the operation description of task response
|
String |
getOrgUuid()
Get the org uuidof task response
|
Map<String,String> |
getOtherAttributes()
Get the Map of task response
|
String |
getParentTaskUuid()
Get the partent task uuid of task response
|
int |
getProgress()
Get the progress of task response
|
Instant |
getStartTime()
Get start time of task response
|
String |
getStatus()
Get the status of task response
|
Set<String> |
getSubTasks()
Get the set of task response
|
String |
getTaskId()
Get the task id of task response
|
TaskTypeResponse |
getTaskType()
Get the task type of task response
|
String |
getUserFullName()
Get the user full name of task response
|
String |
getUsername()
Get the username of task response
|
String |
getUuid()
Get uuid of task response
|
int |
hashCode() |
boolean |
isActive()
Get is active of task response
|
boolean |
isSynced()
Get is synced of task response
|
String |
toString() |
public TaskResponse(String uuid, Instant initiationTime, String companyId, String locationId, String taskId, String status, String operation, String operationDescription, boolean active, boolean synced, TaskTypeResponse taskType, String entityUuid, Instant startTime, Instant endTime, Map<String,String> otherAttributes, String orgUuid, int progress, String username, String userFullName, String parentTaskUuid, Set<String> subTasks, Boolean initiatedFromEcs, String message, String entityName)
public Instant getInitiationTime()
Instant
initiation timepublic String getCompanyId()
String
companyIdpublic String getLocationId()
String
location idpublic String getOperation()
String
operationpublic String getOperationDescription()
String
operation descriptionpublic boolean isActive()
boolean
is activepublic boolean isSynced()
boolean
is syncedpublic TaskTypeResponse getTaskType()
TaskTypeResponse
task typepublic String getEntityUuid()
String
entity uuidpublic Instant getStartTime()
Instant
start timepublic int getProgress()
int
progresspublic String getUserFullName()
String
user full namepublic String getParentTaskUuid()
String
parent task uuidpublic Boolean getInitiatedFromEcs()
Boolean
initiated from ecsCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.