public class DataEngineImageVersion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataEngineImageVersion() | 
| DataEngineImageVersion(DataEngineImageVersion source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get Description of the major version of the image
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEngineType()Get Cluster types: SparkSQL, PrestoSQL, and SparkBatch | 
| String | getImageVersion()Get Name of the major version of the image | 
| String | getImageVersionId()Get ID of the major version of the image | 
| String | getInsertTime()Get Insert time | 
| Long | getIsPublic()Get Whether it is a public version: 1: public version; 2: private version | 
| Long | getIsSharedEngine()Get Version status. | 
| Long | getState()Get Version status. | 
| String | getUpdateTime()Get Update time | 
| void | setDescription(String Description)Set Description of the major version of the image
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEngineType(String EngineType)Set Cluster types: SparkSQL, PrestoSQL, and SparkBatch | 
| void | setImageVersion(String ImageVersion)Set Name of the major version of the image | 
| void | setImageVersionId(String ImageVersionId)Set ID of the major version of the image | 
| void | setInsertTime(String InsertTime)Set Insert time | 
| void | setIsPublic(Long IsPublic)Set Whether it is a public version: 1: public version; 2: private version | 
| void | setIsSharedEngine(Long IsSharedEngine)Set Version status. | 
| void | setState(Long State)Set Version status. | 
| void | setUpdateTime(String UpdateTime)Set Update time | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DataEngineImageVersion()
public DataEngineImageVersion(DataEngineImageVersion source)
public String getImageVersionId()
public void setImageVersionId(String ImageVersionId)
ImageVersionId - ID of the major version of the imagepublic String getImageVersion()
public void setImageVersion(String ImageVersion)
ImageVersion - Name of the major version of the imagepublic String getDescription()
public void setDescription(String Description)
Description - Description of the major version of the image
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsPublic()
public void setIsPublic(Long IsPublic)
IsPublic - Whether it is a public version: 1: public version; 2: private versionpublic String getEngineType()
public void setEngineType(String EngineType)
EngineType - Cluster types: SparkSQL, PrestoSQL, and SparkBatchpublic Long getIsSharedEngine()
public void setIsSharedEngine(Long IsSharedEngine)
IsSharedEngine - Version status. 1: initializing; 2: online; 3: offlinepublic Long getState()
public void setState(Long State)
State - Version status. 1: initializing; 2: online; 3: offlinepublic String getInsertTime()
public void setInsertTime(String InsertTime)
InsertTime - Insert timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timeCopyright © 2024. All rights reserved.