Class Endpoint
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.Endpoint
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Endpoint extends com.ibm.cloud.sdk.core.service.model.GenericModelThe service endpoint.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExternalHost()Gets the externalHost.java.lang.StringgetServiceStatus()Gets the serviceStatus.java.lang.StringgetServiceType()Gets the serviceType.
-
-
-
Method Detail
-
getExternalHost
public java.lang.String getExternalHost()
Gets the externalHost. The external host of the service.- Returns:
- the externalHost
-
getServiceStatus
public java.lang.String getServiceStatus()
Gets the serviceStatus. The service status.- Returns:
- the serviceStatus
-
getServiceType
public java.lang.String getServiceType()
Gets the serviceType. The service type.- Returns:
- the serviceType
-
-