Class ProtectMachine
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ProtectMachine
-
public class ProtectMachine extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProtectMachine()ProtectMachine(ProtectMachine 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 StringgetHostIp()Get 机器IPStringgetHostName()Get 机器名称LonggetSafeguardDirNum()Get 防护目录数voidsetHostIp(String HostIp)Set 机器IPvoidsetHostName(String HostName)Set 机器名称voidsetSafeguardDirNum(Long SafeguardDirNum)Set 防护目录数voidtoMap(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
-
ProtectMachine
public ProtectMachine()
-
ProtectMachine
public ProtectMachine(ProtectMachine 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
-
getHostName
public String getHostName()
Get 机器名称- Returns:
- HostName 机器名称
-
setHostName
public void setHostName(String HostName)
Set 机器名称- Parameters:
HostName- 机器名称
-
getHostIp
public String getHostIp()
Get 机器IP- Returns:
- HostIp 机器IP
-
setHostIp
public void setHostIp(String HostIp)
Set 机器IP- Parameters:
HostIp- 机器IP
-
getSafeguardDirNum
public Long getSafeguardDirNum()
Get 防护目录数- Returns:
- SafeguardDirNum 防护目录数
-
setSafeguardDirNum
public void setSafeguardDirNum(Long SafeguardDirNum)
Set 防护目录数- Parameters:
SafeguardDirNum- 防护目录数
-
-