Class MDSService
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.MDSService
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MDSService extends com.ibm.cloud.sdk.core.service.model.GenericModelmds service details responses.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHostName()Gets the hostName.java.lang.LonggetHttpsPort()Gets the httpsPort.java.lang.LonggetPort()Gets the port.java.lang.StringgetStatus()Gets the status.java.lang.LonggetStatusCode()Gets the statusCode.java.lang.StringgetVersion()Gets the version.java.lang.BooleanisPgAvailable()Gets the pgAvailable.
-
-
-
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
-
-