public class BaselineHost extends AbstractModel
header, skipSign
Constructor and Description |
---|
BaselineHost() |
BaselineHost(BaselineHost 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 |
getHostId()
Get Host ID
|
String |
getHostIp()
Get Private IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostName()
Get Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostTag()
Get Host tag
Note: This field may return null, indicating that no valid values can be obtained.
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWanIp()
Get Public IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostId(String HostId)
Set Host ID
|
void |
setHostIp(String HostIp)
Set Private IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostName(String HostName)
Set Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostTag(String HostTag)
Set Host tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWanIp(String WanIp)
Set Public IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BaselineHost()
public BaselineHost(BaselineHost source)
public String getHostId()
public void setHostId(String HostId)
HostId
- Host IDpublic String getHostName()
public void setHostName(String HostName)
HostName
- Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getHostTag()
public void setHostTag(String HostTag)
HostTag
- Host tag
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Private IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getWanIp()
public void setWanIp(String WanIp)
WanIp
- Public IP address
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.