public class ProtectMachine extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getHostIp()
Get 机器IP
|
String |
getHostName()
Get 机器名称
|
Long |
getSafeguardDirNum()
Get 防护目录数
|
void |
setHostIp(String HostIp)
Set 机器IP
|
void |
setHostName(String HostName)
Set 机器名称
|
void |
setSafeguardDirNum(Long SafeguardDirNum)
Set 防护目录数
|
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 ProtectMachine()
public ProtectMachine(ProtectMachine source)
public String getHostName()
public void setHostName(String HostName)
HostName
- 机器名称public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- 机器IPpublic Long getSafeguardDirNum()
public void setSafeguardDirNum(Long SafeguardDirNum)
SafeguardDirNum
- 防护目录数Copyright © 2022. All rights reserved.