public class WorkflowJobUnschedulingRequest extends Object implements com.broadleafcommerce.common.messaging.Securable, Serializable
WorkflowJobSchedulingRequest
,
Serialized FormConstructor and Description |
---|
WorkflowJobUnschedulingRequest(String transferType,
String transferId,
String displayName,
String author) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthor()
Identifies the user who scheduled the deployment.
|
String |
getDisplayName()
The name to display to the user that represents the scheduled operation.
|
String |
getToken() |
String |
getTransferId()
ID of the transfer item whose workflow request should be cancelled.
|
String |
getTransferType()
Type of the transfer item whose workflow request should be cancelled.
|
int |
hashCode() |
void |
setToken(String token) |
String |
toString() |
public String getToken()
getToken
in interface com.broadleafcommerce.common.messaging.Securable
public String getTransferType()
TransferType
public String getTransferId()
public String getDisplayName()
public String getAuthor()
protected boolean canEqual(Object other)
public void setToken(String token)
setToken
in interface com.broadleafcommerce.common.messaging.Securable
Copyright © 2021. All rights reserved.