public class ModifyYarnQueueV2Request extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyYarnQueueV2Request() |
ModifyYarnQueueV2Request(ModifyYarnQueueV2Request 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 |
---|---|
ConfigModifyInfoV2[] |
getConfigModifyInfoList()
Get Resource pool data
|
String |
getInstanceId()
Get Cluster ID
|
String |
getScheduler()
Get Scheduler type.
|
void |
setConfigModifyInfoList(ConfigModifyInfoV2[] ConfigModifyInfoList)
Set Resource pool data
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setScheduler(String Scheduler)
Set Scheduler type.
|
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 ModifyYarnQueueV2Request()
public ModifyYarnQueueV2Request(ModifyYarnQueueV2Request source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic String getScheduler()
public void setScheduler(String Scheduler)
Scheduler
- Scheduler type. The values are as follows:
1. capacity
2. fairpublic ConfigModifyInfoV2[] getConfigModifyInfoList()
public void setConfigModifyInfoList(ConfigModifyInfoV2[] ConfigModifyInfoList)
ConfigModifyInfoList
- Resource pool dataCopyright © 2025. All rights reserved.