| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | getAssetIds()Gets the List of published asset | 
| String | getMessage()Gets the String message of the publishing session/tasks | 
| Map<String,Object> | getProperties() | 
| String | getPubSessionId()The method to retrieve the publish session id from PublishEvent | 
| String | getRouteSlip() | 
| PublishingStatusEnum | getStatus()Gets the publishing status | 
| String | getTargetId()Gets the targetid of publish | 
| String | getTargetname()Gets the targetname of publish | 
| RealTimeConstants.PublishingTasks | getTaskName()Gets the publishing task name from the PublishEvent | 
| String | getUsername()Gets the username of publish | 
| void | setAssetIds(List<AssetId> assetIds)Sets the List of published asset | 
| void | setMessage(String message)Sets the String message of the publishing session/tasks | 
| void | setProperties(Map<String,Object> properties) | 
| void | setPubSessionId(String pubSessionId)Set the publishing sesssion id to Event | 
| void | setRouteSlip(String routeSlip) | 
| void | setStatus(PublishingStatusEnum status)Sets the publishing status to the PublishEvent | 
| void | setTargetId(String targetid)Sets the targetid of publish | 
| void | setTargetname(String targetname)Sets the targetname of publish | 
| void | setTaskName(RealTimeConstants.PublishingTasks taskname)Sets the publish task name to the PublishEvent | 
| void | setUsername(String username)Sets the username of publish | 
void setPubSessionId(String pubSessionId)
pubSessionId - the string id of the publishing sessionString getPubSessionId()
void setTaskName(RealTimeConstants.PublishingTasks taskname)
taskname - the Publishing task nameRealTimeConstants.PublishingTasks getTaskName()
PublishingStatusEnum getStatus()
void setStatus(PublishingStatusEnum status)
status - the status Object of the pubishing session/tasksvoid setMessage(String message)
message - the String messageString getMessage()
List<AssetId> getAssetIds()
void setAssetIds(List<AssetId> assetIds)
assetIds - asset Id'sString getUsername()
void setUsername(String username)
username - a user nameString getTargetname()
void setTargetname(String targetname)
targetname - targetname of publishString getTargetId()
void setTargetId(String targetid)
targetid - targetid of publishString getRouteSlip()
void setRouteSlip(String routeSlip)