Class DescribeGatewayProtocolData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.DescribeGatewayProtocolData
-
public class DescribeGatewayProtocolData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeGatewayProtocolData()DescribeGatewayProtocolData(DescribeGatewayProtocolData 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 StringgetLabel()Get 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。StringgetTypeCode()Get 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。LonggetValue()Get 接入协议类型值 注意:此字段可能返回 null,表示取不到有效值。voidsetLabel(String Label)Set 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。voidsetTypeCode(String TypeCode)Set 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。voidsetValue(Long Value)Set 接入协议类型值 注意:此字段可能返回 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
-
DescribeGatewayProtocolData
public DescribeGatewayProtocolData()
-
DescribeGatewayProtocolData
public DescribeGatewayProtocolData(DescribeGatewayProtocolData 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
-
getTypeCode
public String getTypeCode()
Get 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TypeCode 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。
-
setTypeCode
public void setTypeCode(String TypeCode)
Set 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TypeCode- 接入协议的字典码 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public Long getValue()
Get 接入协议类型值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 接入协议类型值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(Long Value)
Set 接入协议类型值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- 接入协议类型值 注意:此字段可能返回 null,表示取不到有效值。
-
getLabel
public String getLabel()
Get 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label- 接入协议的类型描述 注意:此字段可能返回 null,表示取不到有效值。
-
-