Class EngineDetail
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.EngineDetail
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineDetail extends com.ibm.cloud.sdk.core.service.model.GenericModelEngineDetail.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.util.List<java.lang.String>getAssociatedCatalogs()Gets the associatedCatalogs.NodeDescriptiongetCoordinator()Gets the coordinator.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.LonggetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetEngineDisplayName()Gets the engineDisplayName.java.lang.StringgetEngineId()Gets the engineId.java.lang.StringgetGroupId()Gets the groupId.java.lang.StringgetHostName()Gets the hostName.java.lang.StringgetOrigin()Gets the origin.java.lang.LonggetPort()Gets the port.java.lang.StringgetRegion()Gets the region.java.lang.StringgetSizeConfig()Gets the sizeConfig.java.lang.StringgetStatus()Gets the status.java.lang.LonggetStatusCode()Gets the statusCode.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetType()Gets the type.java.lang.StringgetVersion()Gets the version.NodeDescriptiongetWorker()Gets the worker.
-
-
-
Method Detail
-
getGroupId
public java.lang.String getGroupId()
Gets the groupId. Group ID.- Returns:
- the groupId
-
getRegion
public java.lang.String getRegion()
Gets the region. Region - place holder.- Returns:
- the region
-
getSizeConfig
public java.lang.String getSizeConfig()
Gets the sizeConfig. Size config.- Returns:
- the sizeConfig
-
getCreatedOn
public java.lang.Long getCreatedOn()
Gets the createdOn. Created time in epoch format.- Returns:
- the createdOn
-
getEngineDisplayName
public java.lang.String getEngineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
getOrigin
public java.lang.String getOrigin()
Gets the origin. Origin - place holder.- Returns:
- the origin
-
getPort
public java.lang.Long getPort()
Gets the port. Engine port.- Returns:
- the port
-
getType
public java.lang.String getType()
Gets the type. Type like presto, netezza,..- Returns:
- the type
-
getVersion
public java.lang.String getVersion()
Gets the version. Version of the engine.- Returns:
- the version
-
getWorker
public NodeDescription getWorker()
Gets the worker. NodeDescription.- Returns:
- the worker
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getAssociatedCatalogs
public java.util.List<java.lang.String> getAssociatedCatalogs()
Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
-
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
-
getCoordinator
public NodeDescription getCoordinator()
Gets the coordinator. NodeDescription.- Returns:
- the coordinator
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Created user name.- Returns:
- the createdBy
-
getHostName
public java.lang.String getHostName()
Gets the hostName. Engine host name.- Returns:
- the hostName
-
getStatusCode
public java.lang.Long getStatusCode()
Gets the statusCode. Engine status code.- Returns:
- the statusCode
-
getDescription
public java.lang.String getDescription()
Gets the description. Engine description.- Returns:
- the description
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. Engine programmatic name.- Returns:
- the engineId
-
-