public class UpdateStandardEngineResourceGroupConfigInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateStandardEngineResourceGroupConfigInfoRequest() |
UpdateStandardEngineResourceGroupConfigInfoRequest(UpdateStandardEngineResourceGroupConfigInfoRequest 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 |
getEngineResourceGroupName()
Get 引擎资源组名称
|
Long |
getIsEffectiveNow()
Get 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
UpdateConfContext[] |
getUpdateConfContext()
Get 需要更新的配置
|
void |
setEngineResourceGroupName(String EngineResourceGroupName)
Set 引擎资源组名称
|
void |
setIsEffectiveNow(Long IsEffectiveNow)
Set 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
void |
setUpdateConfContext(UpdateConfContext[] UpdateConfContext)
Set 需要更新的配置
|
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 UpdateStandardEngineResourceGroupConfigInfoRequest()
public UpdateStandardEngineResourceGroupConfigInfoRequest(UpdateStandardEngineResourceGroupConfigInfoRequest source)
public String getEngineResourceGroupName()
public void setEngineResourceGroupName(String EngineResourceGroupName)
EngineResourceGroupName
- 引擎资源组名称public UpdateConfContext[] getUpdateConfContext()
public void setUpdateConfContext(UpdateConfContext[] UpdateConfContext)
UpdateConfContext
- 需要更新的配置public Long getIsEffectiveNow()
public void setIsEffectiveNow(Long IsEffectiveNow)
IsEffectiveNow
- 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效Copyright © 2025. All rights reserved.