public class RegisterStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
RegisterStatus.Status
The current status of the job: * `created`: The service successfully allowlisted the callback
URL as a result of the call.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
status |
protected java.lang.String |
url |
Constructor and Description |
---|
RegisterStatus() |
public java.lang.String getStatus()
The current status of the job: * `created`: The service successfully allowlisted the callback URL as a result of the call. * `already created`: The URL was already allowlisted.
public java.lang.String getUrl()
The callback URL that is successfully registered.