Class DescribeDeviceBindGatewayResponse


  • public class DescribeDeviceBindGatewayResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeDeviceBindGatewayResponse

        public DescribeDeviceBindGatewayResponse()
      • DescribeDeviceBindGatewayResponse

        public DescribeDeviceBindGatewayResponse​(DescribeDeviceBindGatewayResponse 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

      • getGatewayProductId

        public String getGatewayProductId()
        Get 网关产品ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayProductId 网关产品ID 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayProductId

        public void setGatewayProductId​(String GatewayProductId)
        Set 网关产品ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayProductId - 网关产品ID 注意:此字段可能返回 null,表示取不到有效值。
      • getGatewayDeviceName

        public String getGatewayDeviceName()
        Get 网关设备名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayDeviceName 网关设备名 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayDeviceName

        public void setGatewayDeviceName​(String GatewayDeviceName)
        Set 网关设备名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayDeviceName - 网关设备名 注意:此字段可能返回 null,表示取不到有效值。
      • getGatewayName

        public String getGatewayName()
        Get 网关产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayName 网关产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayName

        public void setGatewayName​(String GatewayName)
        Set 网关产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayName - 网关产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • getGatewayProductOwnerName

        public String getGatewayProductOwnerName()
        Get 设备对应产品所属的主账号名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayProductOwnerName 设备对应产品所属的主账号名称 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayProductOwnerName

        public void setGatewayProductOwnerName​(String GatewayProductOwnerName)
        Set 设备对应产品所属的主账号名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayProductOwnerName - 设备对应产品所属的主账号名称 注意:此字段可能返回 null,表示取不到有效值。
      • getGatewayProductOwnerUin

        public String getGatewayProductOwnerUin()
        Get 设备对应产品所属的主账号 UIN 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayProductOwnerUin 设备对应产品所属的主账号 UIN 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayProductOwnerUin

        public void setGatewayProductOwnerUin​(String GatewayProductOwnerUin)
        Set 设备对应产品所属的主账号 UIN 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayProductOwnerUin - 设备对应产品所属的主账号 UIN 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。