Class CancelJobRequest
Object
CancelJobRequest
- All Implemented Interfaces:
Serializable
The properties of request to cancel given job.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CancelJobRequest.Builder
builder()
protected boolean
boolean
getId()
Required. The id of the job to cancel.A message for the cancellation.int
hashCode()
void
Required. The id of the job to cancel.void
setMessage
(String message) A message for the cancellation.toString()
-
Constructor Details
-
CancelJobRequest
public CancelJobRequest()
-
-
Method Details
-
builder
-
getId
Required. The id of the job to cancel. -
getMessage
A message for the cancellation. -
setId
Required. The id of the job to cancel. -
setMessage
A message for the cancellation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-