public class WorkflowJobSchedulingRequest extends Object implements com.broadleafcommerce.common.messaging.Securable, Serializable
WorkflowDeployRequest
being
emitted.WorkflowJobUnschedulingRequest
,
Serialized FormConstructor and Description |
---|
WorkflowJobSchedulingRequest(String transferType,
String transferId,
Instant dateScheduled,
String displayName,
String message,
String author) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthor()
Identifies the user who is scheduling or creating this request.
|
Instant |
getDateScheduled()
The time when the workflow operation is scheduled to occur.
|
String |
getDisplayName()
The name to display to the user that represents the scheduled operation.
|
String |
getMessage()
A message describing the operation being scheduled.
|
String |
getToken() |
String |
getTransferId()
ID of the transfer item involved in a workflow request being scheduled.
|
String |
getTransferType()
Type of the transfer item involved in a workflow request being scheduled.
|
int |
hashCode() |
void |
setToken(String token) |
String |
toString() |
public String getTransferType()
TransferType
public String getTransferId()
public Instant getDateScheduled()
public String getDisplayName()
public String getMessage()
public String getAuthor()
public String getToken()
getToken
in interface com.broadleafcommerce.common.messaging.Securable
protected boolean canEqual(Object other)
public void setToken(String token)
setToken
in interface com.broadleafcommerce.common.messaging.Securable
Copyright © 2021. All rights reserved.