public class UpdateAgentSwitchRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateAgentSwitchRequest() |
UpdateAgentSwitchRequest(UpdateAgentSwitchRequest 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 |
getAgentId()
Get Agent标识。
|
String |
getProduct()
Get 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
|
String |
getSwitch()
Get 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
|
void |
setAgentId(String AgentId)
Set Agent标识。
|
void |
setProduct(String Product)
Set 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
|
void |
setSwitch(String Switch)
Set 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
|
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 UpdateAgentSwitchRequest()
public UpdateAgentSwitchRequest(UpdateAgentSwitchRequest source)
public String getAgentId()
public void setAgentId(String AgentId)
AgentId
- Agent标识。public String getSwitch()
public void setSwitch(String Switch)
Switch
- 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。Copyright © 2024. All rights reserved.