Class RegisterStatus
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.RegisterStatus
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RegisterStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a request to register a callback for asynchronous speech recognition.
-
Nested Class Summary
Nested Classes Modifier and Type Class 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. -
Constructor Summary
Constructors Constructor Description RegisterStatus()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
RegisterStatus
public RegisterStatus()
-
-
Method Details
-
getStatus
Gets the status.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.
- Returns:
- the status
-
getUrl
Gets the url.The callback URL that is successfully registered.
- Returns:
- the url
-