public class DescribeGatewayProtocolData extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get 接入协议的类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTypeCode()
Get 接入协议的字典码
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getValue()
Get 接入协议类型值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 接入协议的类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeCode(String TypeCode)
Set 接入协议的字典码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(Long Value)
Set 接入协议类型值
注意:此字段可能返回 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 DescribeGatewayProtocolData()
public DescribeGatewayProtocolData(DescribeGatewayProtocolData source)
public String getTypeCode()
public void setTypeCode(String TypeCode)
TypeCode
- 接入协议的字典码
注意:此字段可能返回 null,表示取不到有效值。public Long getValue()
public void setValue(Long Value)
Value
- 接入协议类型值
注意:此字段可能返回 null,表示取不到有效值。public String getLabel()
public void setLabel(String Label)
Label
- 接入协议的类型描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.