public class ModifyYarnDeployRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyYarnDeployRequest() | 
| ModifyYarnDeployRequest(ModifyYarnDeployRequest 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 | getInstanceId()Get 集群id | 
| String | getNewScheduler()Get 切换后的调度器,可选值为fair、capacity | 
| String | getOldScheduler()Get 现在使用的调度器,可选值为fair、capacity | 
| void | setInstanceId(String InstanceId)Set 集群id | 
| void | setNewScheduler(String NewScheduler)Set 切换后的调度器,可选值为fair、capacity | 
| void | setOldScheduler(String OldScheduler)Set 现在使用的调度器,可选值为fair、capacity | 
| 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, toJsonStringpublic ModifyYarnDeployRequest()
public ModifyYarnDeployRequest(ModifyYarnDeployRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群idpublic String getNewScheduler()
public void setNewScheduler(String NewScheduler)
NewScheduler - 切换后的调度器,可选值为fair、capacitypublic String getOldScheduler()
public void setOldScheduler(String OldScheduler)
OldScheduler - 现在使用的调度器,可选值为fair、capacityCopyright © 2025. All rights reserved.