public class RegisterStatus extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterStatus.Status
The current status of the job: * `created` if the callback URL was successfully white-listed as a result of the
call.
|
| Constructor and Description |
|---|
RegisterStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getUrl()
Gets the url.
|
equals, hashCode, toStringpublic java.lang.String getStatus()
public java.lang.String getUrl()