public class CancelArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static CancelArguments |
create() |
boolean |
equals(Object obj) |
String |
getProgressId()
The ID (attribute 'progressId') of the progress to cancel.
|
Integer |
getRequestId()
The ID (attribute 'seq') of the request to cancel.
|
int |
hashCode() |
CancelArguments |
setProgressId(String progressId) |
CancelArguments |
setRequestId(Integer requestId) |
public Integer getRequestId()
public CancelArguments setRequestId(Integer requestId)
public String getProgressId()
public CancelArguments setProgressId(String progressId)
public static CancelArguments create()