public class InstancePort extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstancePort() |
InstancePort(InstancePort 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 |
getHttpPort()
Get 监听的 http 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHttpsPort()
Get 监听的 https 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTcpPort()
Get 监听的 tcp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUdpPort()
Get 监听的 udp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttpPort(String HttpPort)
Set 监听的 http 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttpsPort(String HttpsPort)
Set 监听的 https 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTcpPort(String TcpPort)
Set 监听的 tcp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUdpPort(String UdpPort)
Set 监听的 udp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。
|
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 InstancePort()
public InstancePort(InstancePort source)
public String getHttpPort()
public void setHttpPort(String HttpPort)
HttpPort
- 监听的 http 端口范围。
注意:此字段可能返回 null,表示取不到有效值。public String getHttpsPort()
public void setHttpsPort(String HttpsPort)
HttpsPort
- 监听的 https 端口范围。
注意:此字段可能返回 null,表示取不到有效值。public String getTcpPort()
public void setTcpPort(String TcpPort)
TcpPort
- 监听的 tcp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。public String getUdpPort()
public void setUdpPort(String UdpPort)
UdpPort
- 监听的 udp 端口范围。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.