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 接入协议的类型描述 | 
| String | getTypeCode()Get 接入协议的字典码 | 
| Long | getValue()Get 接入协议类型值 | 
| String | getValueText()Get 协议值文本 | 
| void | setLabel(String Label)Set 接入协议的类型描述 | 
| void | setTypeCode(String TypeCode)Set 接入协议的字典码 | 
| void | setValue(Long Value)Set 接入协议类型值 | 
| void | setValueText(String ValueText)Set 协议值文本 | 
| 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, toJsonStringpublic DescribeGatewayProtocolData()
public DescribeGatewayProtocolData(DescribeGatewayProtocolData source)
public String getTypeCode()
public void setTypeCode(String TypeCode)
TypeCode - 接入协议的字典码public Long getValue()
public void setValue(Long Value)
Value - 接入协议类型值public String getLabel()
public void setLabel(String Label)
Label - 接入协议的类型描述public String getValueText()
public void setValueText(String ValueText)
ValueText - 协议值文本Copyright © 2025. All rights reserved.