Class CancelJobRequest
Object
CancelJobRequest
- All Implemented Interfaces:
Serializable
The properties of request to cancel given job.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CancelJobRequest.Builderbuilder()protected booleanbooleangetId()Required. The id of the job to cancel.A message for the cancellation.inthashCode()voidRequired. The id of the job to cancel.voidsetMessage(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
-