Class BaselineHost
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineHost
-
public class BaselineHost extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostId()Get 主机IdStringgetHostIp()Get 内网Ip 注意:此字段可能返回 null,表示取不到有效值。StringgetHostName()Get 主机名称 注意:此字段可能返回 null,表示取不到有效值。StringgetHostTag()Get 主机标签 注意:此字段可能返回 null,表示取不到有效值。MachineExtraInfogetMachineExtraInfo()Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。StringgetWanIp()Get 外网Ip 注意:此字段可能返回 null,表示取不到有效值。voidsetHostId(String HostId)Set 主机IdvoidsetHostIp(String HostIp)Set 内网Ip 注意:此字段可能返回 null,表示取不到有效值。voidsetHostName(String HostName)Set 主机名称 注意:此字段可能返回 null,表示取不到有效值。voidsetHostTag(String HostTag)Set 主机标签 注意:此字段可能返回 null,表示取不到有效值。voidsetMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。voidsetWanIp(String WanIp)Set 外网Ip 注意:此字段可能返回 null,表示取不到有效值。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
-
BaselineHost
public BaselineHost()
-
BaselineHost
public 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.
-
-
Method Detail
-
getHostId
public String getHostId()
Get 主机Id- Returns:
- HostId 主机Id
-
setHostId
public void setHostId(String HostId)
Set 主机Id- Parameters:
HostId- 主机Id
-
getHostName
public String getHostName()
Get 主机名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostName 主机名称 注意:此字段可能返回 null,表示取不到有效值。
-
setHostName
public void setHostName(String HostName)
Set 主机名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostName- 主机名称 注意:此字段可能返回 null,表示取不到有效值。
-
getHostTag
public String getHostTag()
Get 主机标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostTag 主机标签 注意:此字段可能返回 null,表示取不到有效值。
-
setHostTag
public void setHostTag(String HostTag)
Set 主机标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostTag- 主机标签 注意:此字段可能返回 null,表示取不到有效值。
-
getHostIp
public String getHostIp()
Get 内网Ip 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostIp 内网Ip 注意:此字段可能返回 null,表示取不到有效值。
-
setHostIp
public void setHostIp(String HostIp)
Set 内网Ip 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostIp- 内网Ip 注意:此字段可能返回 null,表示取不到有效值。
-
getWanIp
public String getWanIp()
Get 外网Ip 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WanIp 外网Ip 注意:此字段可能返回 null,表示取不到有效值。
-
setWanIp
public void setWanIp(String WanIp)
Set 外网Ip 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WanIp- 外网Ip 注意:此字段可能返回 null,表示取不到有效值。
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MachineExtraInfo 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MachineExtraInfo- 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
-