Class AddressInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.AddressInfo
-
public class AddressInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddressInfo()AddressInfo(AddressInfo 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 PrivateIPAddressInfogetPrivateIPAddressInfo()Get 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。PublicIPAddressInfogetPublicIPAddressInfo()Get 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。PublicIPAddressInfogetPublicIPv6AddressInfo()Get 实例的外网ipv6相关信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetPrivateIPAddressInfo(PrivateIPAddressInfo PrivateIPAddressInfo)Set 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetPublicIPAddressInfo(PublicIPAddressInfo PublicIPAddressInfo)Set 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetPublicIPv6AddressInfo(PublicIPAddressInfo PublicIPv6AddressInfo)Set 实例的外网ipv6相关信息。 注意:此字段可能返回 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
-
AddressInfo
public AddressInfo()
-
AddressInfo
public AddressInfo(AddressInfo 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
-
getPublicIPAddressInfo
public PublicIPAddressInfo getPublicIPAddressInfo()
Get 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PublicIPAddressInfo 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setPublicIPAddressInfo
public void setPublicIPAddressInfo(PublicIPAddressInfo PublicIPAddressInfo)
Set 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PublicIPAddressInfo- 实例的外网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getPrivateIPAddressInfo
public PrivateIPAddressInfo getPrivateIPAddressInfo()
Get 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PrivateIPAddressInfo 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setPrivateIPAddressInfo
public void setPrivateIPAddressInfo(PrivateIPAddressInfo PrivateIPAddressInfo)
Set 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PrivateIPAddressInfo- 实例的内网ip相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getPublicIPv6AddressInfo
public PublicIPAddressInfo getPublicIPv6AddressInfo()
Get 实例的外网ipv6相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PublicIPv6AddressInfo 实例的外网ipv6相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setPublicIPv6AddressInfo
public void setPublicIPv6AddressInfo(PublicIPAddressInfo PublicIPv6AddressInfo)
Set 实例的外网ipv6相关信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PublicIPv6AddressInfo- 实例的外网ipv6相关信息。 注意:此字段可能返回 null,表示取不到有效值。
-
-