Class ModifyResourceScheduleConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ModifyResourceScheduleConfigRequest
-
public class ModifyResourceScheduleConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyResourceScheduleConfigRequest()
ModifyResourceScheduleConfigRequest(ModifyResourceScheduleConfigRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInstanceId()
Get emr集群的英文idString
getKey()
Get 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项String
getValue()
Get 修改后的模块消息void
setInstanceId(String InstanceId)
Set emr集群的英文idvoid
setKey(String Key)
Set 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项void
setValue(String Value)
Set 修改后的模块消息void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyResourceScheduleConfigRequest
public ModifyResourceScheduleConfigRequest()
-
ModifyResourceScheduleConfigRequest
public ModifyResourceScheduleConfigRequest(ModifyResourceScheduleConfigRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get emr集群的英文id- Returns:
- InstanceId emr集群的英文id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set emr集群的英文id- Parameters:
InstanceId
- emr集群的英文id
-
getKey
public String getKey()
Get 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项- Returns:
- Key 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项
-
setKey
public void setKey(String Key)
Set 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项- Parameters:
Key
- 业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项
-
getValue
public String getValue()
Get 修改后的模块消息- Returns:
- Value 修改后的模块消息
-
setValue
public void setValue(String Value)
Set 修改后的模块消息- Parameters:
Value
- 修改后的模块消息
-
-