public class ProtectHostConfig extends AbstractModel
Constructor and Description |
---|
ProtectHostConfig() |
ProtectHostConfig(ProtectHostConfig 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 |
---|---|
Long |
getAutoRecovery()
Get 自动恢复开关 0 关闭 1开启
|
Long |
getProtectSwitch()
Get 防护开关 0 关闭 1开启
|
String |
getQuuid()
Get 机器唯一ID
|
void |
setAutoRecovery(Long AutoRecovery)
Set 自动恢复开关 0 关闭 1开启
|
void |
setProtectSwitch(Long ProtectSwitch)
Set 防护开关 0 关闭 1开启
|
void |
setQuuid(String Quuid)
Set 机器唯一ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProtectHostConfig()
public ProtectHostConfig(ProtectHostConfig source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 机器唯一IDpublic Long getProtectSwitch()
public void setProtectSwitch(Long ProtectSwitch)
ProtectSwitch
- 防护开关 0 关闭 1开启public Long getAutoRecovery()
public void setAutoRecovery(Long AutoRecovery)
AutoRecovery
- 自动恢复开关 0 关闭 1开启Copyright © 2022. All rights reserved.