public class SLInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
SLInstance() |
SLInstance(SLInstance 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 |
---|---|
Long |
getAutoRenewFlag()
Get Auto Renew Flag
|
Long |
getClusterId()
Get EMR Numeric Instance Id
|
String |
getCreateTime()
Get Create Time
|
String |
getDeployRole()
Get Deploy Role
|
Long |
getDiskSize()
Get Disk Size
|
String |
getDiskType()
Get Disk Type
|
String |
getExpireTime()
Get Expire Time
|
String |
getInstanceId()
Get EMR Instance Id
|
String |
getInstanceName()
Get Instance Name
|
String |
getIsolateTime()
Get Isolate Time
|
Long |
getNodeNum()
Get Node Number
|
String |
getNodeType()
Get Node Type
|
Long |
getPayMode()
Get Pay Mode
|
Long |
getRegionId()
Get Region id
|
Long |
getStatus()
Get EMR Numeric Instance Status
|
Tag[] |
getTags()
Get Bound Tags
|
String |
getZone()
Get Zone Name
|
ZoneSetting[] |
getZoneSettings()
Get Zone Setting
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto Renew Flag
|
void |
setClusterId(Long ClusterId)
Set EMR Numeric Instance Id
|
void |
setCreateTime(String CreateTime)
Set Create Time
|
void |
setDeployRole(String DeployRole)
Set Deploy Role
|
void |
setDiskSize(Long DiskSize)
Set Disk Size
|
void |
setDiskType(String DiskType)
Set Disk Type
|
void |
setExpireTime(String ExpireTime)
Set Expire Time
|
void |
setInstanceId(String InstanceId)
Set EMR Instance Id
|
void |
setInstanceName(String InstanceName)
Set Instance Name
|
void |
setIsolateTime(String IsolateTime)
Set Isolate Time
|
void |
setNodeNum(Long NodeNum)
Set Node Number
|
void |
setNodeType(String NodeType)
Set Node Type
|
void |
setPayMode(Long PayMode)
Set Pay Mode
|
void |
setRegionId(Long RegionId)
Set Region id
|
void |
setStatus(Long Status)
Set EMR Numeric Instance Status
|
void |
setTags(Tag[] Tags)
Set Bound Tags
|
void |
setZone(String Zone)
Set Zone Name
|
void |
setZoneSettings(ZoneSetting[] ZoneSettings)
Set Zone Setting
|
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 SLInstance()
public SLInstance(SLInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- EMR Instance Idpublic Long getClusterId()
public void setClusterId(Long ClusterId)
ClusterId
- EMR Numeric Instance Idpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance Namepublic Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- Region idpublic String getZone()
public void setZone(String Zone)
Zone
- Zone Namepublic Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Pay Modepublic String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Disk Typepublic Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Disk Sizepublic String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node Typepublic Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum
- Node Numberpublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expire Timepublic String getIsolateTime()
public void setIsolateTime(String IsolateTime)
IsolateTime
- Isolate Timepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Create Timepublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto Renew Flagpublic Long getStatus()
public void setStatus(Long Status)
Status
- EMR Numeric Instance Statuspublic ZoneSetting[] getZoneSettings()
public void setZoneSettings(ZoneSetting[] ZoneSettings)
ZoneSettings
- Zone Settingpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound Tagspublic String getDeployRole()
public void setDeployRole(String DeployRole)
DeployRole
- Deploy RoleCopyright © 2025. All rights reserved.