public class PythonSparkImage extends AbstractModel
header, skipSign
Constructor and Description |
---|
PythonSparkImage() |
PythonSparkImage(PythonSparkImage 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 |
getChildImageVersionId()
Get ID of the cluster image of the minor version
|
String |
getCreateTime()
Get Creation time
|
String |
getDescription()
Get Description of the spark image
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSparkImageId()
Get Unique ID of the spark image
|
String |
getSparkImageVersion()
Get Name of the spark image
|
String |
getUpdateTime()
Get Update time
|
void |
setChildImageVersionId(String ChildImageVersionId)
Set ID of the cluster image of the minor version
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDescription(String Description)
Set Description of the spark image
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSparkImageId(String SparkImageId)
Set Unique ID of the spark image
|
void |
setSparkImageVersion(String SparkImageVersion)
Set Name of the spark image
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PythonSparkImage()
public PythonSparkImage(PythonSparkImage source)
public String getSparkImageId()
public void setSparkImageId(String SparkImageId)
SparkImageId
- Unique ID of the spark imagepublic String getChildImageVersionId()
public void setChildImageVersionId(String ChildImageVersionId)
ChildImageVersionId
- ID of the cluster image of the minor versionpublic String getSparkImageVersion()
public void setSparkImageVersion(String SparkImageVersion)
SparkImageVersion
- Name of the spark imagepublic String getDescription()
public void setDescription(String Description)
Description
- Description of the spark image
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timeCopyright © 2025. All rights reserved.