Class DescribeGatewayProtocolData

    • 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,表示取不到有效值。