Class MDSService

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

    public class MDSService
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    mds service details responses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHostName()
      Gets the hostName.
      java.lang.Long getHttpsPort()
      Gets the httpsPort.
      java.lang.Long getPort()
      Gets the port.
      java.lang.String getStatus()
      Gets the status.
      java.lang.Long getStatusCode()
      Gets the statusCode.
      java.lang.String getVersion()
      Gets the version.
      java.lang.Boolean isPgAvailable()
      Gets the pgAvailable.
      • 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
    • Method Detail

      • getHostName

        public java.lang.String getHostName()
        Gets the hostName. MDS Thrift URI Hostname.
        Returns:
        the hostName
      • getHttpsPort

        public java.lang.Long getHttpsPort()
        Gets the httpsPort. MDS REST URI Port.
        Returns:
        the httpsPort
      • isPgAvailable

        public java.lang.Boolean isPgAvailable()
        Gets the pgAvailable. PostgreSQL status.
        Returns:
        the pgAvailable
      • getPort

        public java.lang.Long getPort()
        Gets the port. MDS Thrift URI Port.
        Returns:
        the port
      • getStatus

        public java.lang.String getStatus()
        Gets the status. MDS status.
        Returns:
        the status
      • getStatusCode

        public java.lang.Long getStatusCode()
        Gets the statusCode. MDS status code.
        Returns:
        the statusCode
      • getVersion

        public java.lang.String getVersion()
        Gets the version. watsonx.data build version.
        Returns:
        the version