Class InstanceResourceEndpoint
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.InstanceResourceEndpoint
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceResourceEndpoint extends com.ibm.cloud.sdk.core.service.model.GenericModelhost and portname.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHostname()Gets the hostname.java.lang.LonggetPort()Gets the port.java.lang.StringgetRestHostname()Gets the restHostname.java.lang.LonggetRestPort()Gets the restPort.
-
-
-
Method Detail
-
getHostname
public java.lang.String getHostname()
Gets the hostname. Instance Host name.- Returns:
- the hostname
-
getPort
public java.lang.Long getPort()
Gets the port. Port.- Returns:
- the port
-
getRestHostname
public java.lang.String getRestHostname()
Gets the restHostname. Rest Host name.- Returns:
- the restHostname
-
getRestPort
public java.lang.Long getRestPort()
Gets the restPort. Rest Port.- Returns:
- the restPort
-
-