Class OtherEngine
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.OtherEngine
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class OtherEngine extends com.ibm.cloud.sdk.core.service.model.GenericModelexternal engine details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.LonggetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.OtherEngineDetailsgetEngineDetails()Gets the engineDetails.java.lang.StringgetEngineDisplayName()Gets the engineDisplayName.java.lang.StringgetEngineId()Gets the engineId.java.lang.StringgetHostName()Gets the hostName.java.lang.StringgetOrigin()Gets the origin.java.lang.LonggetPort()Gets the port.java.lang.StringgetStatus()Gets the status.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetType()Gets the type.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. created user name.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.Long getCreatedOn()
Gets the createdOn. created time in epoch format.- Returns:
- the createdOn
-
getDescription
public java.lang.String getDescription()
Gets the description. engine description.- Returns:
- the description
-
getEngineDetails
public OtherEngineDetails getEngineDetails()
Gets the engineDetails. External engine details.- Returns:
- the engineDetails
-
getEngineDisplayName
public java.lang.String getEngineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. engine programmatic name.- Returns:
- the engineId
-
getHostName
public java.lang.String getHostName()
Gets the hostName. Engine host name. In case of OCP based clusters, this is internal hostname.- Returns:
- the hostName
-
getOrigin
public java.lang.String getOrigin()
Gets the origin. origin.- Returns:
- the origin
-
getPort
public java.lang.Long getPort()
Gets the port. Engine port.- Returns:
- the port
-
getStatus
public java.lang.String getStatus()
Gets the status. engine status.- Returns:
- the status
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
- the tags
-
getType
public java.lang.String getType()
Gets the type. Type like presto, netezza, external,..- Returns:
- the type
-
-