Class ServiceStatus

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ServiceStatus
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    ServiceStatus contains the current service state.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  ServiceStatus.ServiceState
      Current service state.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceStatus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceState()
      Gets the serviceState.
      java.lang.String getStateDetails()
      Gets the stateDetails.
      • 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 Detail

      • ServiceStatus

        public ServiceStatus()
    • Method Detail

      • getServiceState

        public java.lang.String getServiceState()
        Gets the serviceState. scurrent service state.
        Returns:
        the serviceState
      • getStateDetails

        public java.lang.String getStateDetails()
        Gets the stateDetails. service state details.
        Returns:
        the stateDetails