public class SrcAddressInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getSrcIpv4()
Get 内网Ip4地址
|
String |
getSrcPublicIpv4()
Get 公网Ip4地址
|
void |
setSrcIpv4(String SrcIpv4)
Set 内网Ip4地址
|
void |
setSrcPublicIpv4(String SrcPublicIpv4)
Set 公网Ip4地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SrcAddressInfo()
public SrcAddressInfo(SrcAddressInfo source)
public String getSrcIpv4()
public void setSrcIpv4(String SrcIpv4)
SrcIpv4
- 内网Ip4地址public String getSrcPublicIpv4()
public void setSrcPublicIpv4(String SrcPublicIpv4)
SrcPublicIpv4
- 公网Ip4地址Copyright © 2024. All rights reserved.