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 资源池数据
|
String |
getInstanceId()
Get 集群Id
|
String |
getScheduler()
Get 调度器类型。可选值:
1.
|
void |
setConfigModifyInfoList(ConfigModifyInfoV2[] ConfigModifyInfoList)
Set 资源池数据
|
void |
setInstanceId(String InstanceId)
Set 集群Id
|
void |
setScheduler(String Scheduler)
Set 调度器类型。可选值:
1.
|
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
- 集群Idpublic String getScheduler()
public void setScheduler(String Scheduler)
Scheduler
- 调度器类型。可选值:
1. capacity
2. fairpublic ConfigModifyInfoV2[] getConfigModifyInfoList()
public void setConfigModifyInfoList(ConfigModifyInfoV2[] ConfigModifyInfoList)
ConfigModifyInfoList
- 资源池数据Copyright © 2024. All rights reserved.