public class CancelArguments
extends java.lang.Object
Constructor and Description |
---|
CancelArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProgressId()
The ID (attribute 'progressId') of the progress to cancel.
|
java.lang.Integer |
getRequestId()
The ID (attribute 'seq') of the request to cancel.
|
int |
hashCode() |
void |
setProgressId(java.lang.String progressId)
The ID (attribute 'progressId') of the progress to cancel.
|
void |
setRequestId(java.lang.Integer requestId)
The ID (attribute 'seq') of the request to cancel.
|
java.lang.String |
toString() |
@Pure public java.lang.Integer getRequestId()
Both a 'requestId' and a 'progressId' can be specified in one request.
This is an optional property.
public void setRequestId(java.lang.Integer requestId)
Both a 'requestId' and a 'progressId' can be specified in one request.
This is an optional property.
@Pure public java.lang.String getProgressId()
Both a 'requestId' and a 'progressId' can be specified in one request.
This is an optional property.
public void setProgressId(java.lang.String progressId)
Both a 'requestId' and a 'progressId' can be specified in one request.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object