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

    Modifier and Type Method Description
    String getStatus()
    Gets the status.
    String getUrl()
    Gets the url.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RegisterStatus

      public RegisterStatus()
  • Method Details

    • getStatus

      public String 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

      public String getUrl()
      Gets the url.

      The callback URL that is successfully registered.

      Returns:
      the url