Class SrcAddressInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.SrcAddressInfo
-
public class SrcAddressInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SrcAddressInfo()SrcAddressInfo(SrcAddressInfo 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 StringgetSrcIpv4()Get 内网Ip4地址StringgetSrcPublicIpv4()Get 公网Ip4地址voidsetSrcIpv4(String SrcIpv4)Set 内网Ip4地址voidsetSrcPublicIpv4(String SrcPublicIpv4)Set 公网Ip4地址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
-
SrcAddressInfo
public SrcAddressInfo()
-
SrcAddressInfo
public SrcAddressInfo(SrcAddressInfo 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
-
getSrcIpv4
public String getSrcIpv4()
Get 内网Ip4地址- Returns:
- SrcIpv4 内网Ip4地址
-
setSrcIpv4
public void setSrcIpv4(String SrcIpv4)
Set 内网Ip4地址- Parameters:
SrcIpv4- 内网Ip4地址
-
getSrcPublicIpv4
public String getSrcPublicIpv4()
Get 公网Ip4地址- Returns:
- SrcPublicIpv4 公网Ip4地址
-
setSrcPublicIpv4
public void setSrcPublicIpv4(String SrcPublicIpv4)
Set 公网Ip4地址- Parameters:
SrcPublicIpv4- 公网Ip4地址
-
-