Class IpAddressStates
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.IpAddressStates
-
public class IpAddressStates extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IpAddressStates()IpAddressStates(IpAddressStates 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 StringgetIpAddress()Get IP地址。StringgetResourceId()Get 资源IDStringgetResourceType()Get 资源类型StringgetSubnetId()Get 子网实例ID。StringgetVpcId()Get VPC实例ID。voidsetIpAddress(String IpAddress)Set IP地址。voidsetResourceId(String ResourceId)Set 资源IDvoidsetResourceType(String ResourceType)Set 资源类型voidsetSubnetId(String SubnetId)Set 子网实例ID。voidsetVpcId(String VpcId)Set VPC实例ID。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
-
IpAddressStates
public IpAddressStates()
-
IpAddressStates
public IpAddressStates(IpAddressStates 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
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getSubnetId
public String getSubnetId()
Get 子网实例ID。- Returns:
- SubnetId 子网实例ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID。- Parameters:
SubnetId- 子网实例ID。
-
getIpAddress
public String getIpAddress()
Get IP地址。- Returns:
- IpAddress IP地址。
-
setIpAddress
public void setIpAddress(String IpAddress)
Set IP地址。- Parameters:
IpAddress- IP地址。
-
getResourceType
public String getResourceType()
Get 资源类型- Returns:
- ResourceType 资源类型
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源类型- Parameters:
ResourceType- 资源类型
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId- 资源ID
-
-