public class IpPortPair extends AbstractModel
header, skipSign
Constructor and Description |
---|
IpPortPair() |
IpPortPair(IpPortPair 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 |
getIp()
Get ip信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPort()
Get 端口信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIp(String Ip)
Set ip信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 端口信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IpPortPair()
public IpPortPair(IpPortPair source)
public String getIp()
public void setIp(String Ip)
Ip
- ip信息
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port
- 端口信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.