Class GatewayInstanceSchemeAndPorts
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.GatewayInstanceSchemeAndPorts
-
public class GatewayInstanceSchemeAndPorts extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GatewayInstanceSchemeAndPorts()GatewayInstanceSchemeAndPorts(GatewayInstanceSchemeAndPorts 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 Long[]getPortList()Get 端口列表 注意:此字段可能返回 null,表示取不到有效值。StringgetScheme()Get 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。voidsetPortList(Long[] PortList)Set 端口列表 注意:此字段可能返回 null,表示取不到有效值。voidsetScheme(String Scheme)Set 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。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
-
GatewayInstanceSchemeAndPorts
public GatewayInstanceSchemeAndPorts()
-
GatewayInstanceSchemeAndPorts
public GatewayInstanceSchemeAndPorts(GatewayInstanceSchemeAndPorts 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
-
getScheme
public String getScheme()
Get 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Scheme 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。
-
setScheme
public void setScheme(String Scheme)
Set 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Scheme- 端口协议,可选HTTP、HTTPS、TCP和UDP 注意:此字段可能返回 null,表示取不到有效值。
-
getPortList
public Long[] getPortList()
Get 端口列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PortList 端口列表 注意:此字段可能返回 null,表示取不到有效值。
-
setPortList
public void setPortList(Long[] PortList)
Set 端口列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PortList- 端口列表 注意:此字段可能返回 null,表示取不到有效值。
-
-