Class SparkEngine
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkEngine
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkEngine extends com.ibm.cloud.sdk.core.service.model.GenericModel
EngineDetail.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SparkEngine.Origin
Origin - created or registered.static interface
SparkEngine.Type
Type like spark, netezza,..
-
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.java.lang.String
getBuildVersion()
Gets the buildVersion.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.Long
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.SparkEngineDetails
getEngineDetails()
Gets the engineDetails.java.lang.String
getEngineDisplayName()
Gets the engineDisplayName.java.lang.String
getEngineId()
Gets the engineId.java.lang.String
getOrigin()
Gets the origin.java.lang.String
getStatus()
Gets the status.java.util.List<java.lang.String>
getTags()
Gets the tags.java.lang.String
getType()
Gets the type.
-
-
-
Method Detail
-
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
-
getBuildVersion
public java.lang.String getBuildVersion()
Gets the buildVersion. watsonx.data build version.- Returns:
- the buildVersion
-
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 SparkEngineDetails 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
-
getOrigin
public java.lang.String getOrigin()
Gets the origin. Origin - created or registered.- Returns:
- the origin
-
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 spark, netezza,..- Returns:
- the type
-
-