Class AssociateSubDeviceToGatewayProductRequest


  • public class AssociateSubDeviceToGatewayProductRequest
    extends AbstractModel
    • Constructor Detail

      • AssociateSubDeviceToGatewayProductRequest

        public AssociateSubDeviceToGatewayProductRequest()
      • AssociateSubDeviceToGatewayProductRequest

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

      • getSubDeviceProductId

        public String getSubDeviceProductId()
        Get 子设备产品Id
        Returns:
        SubDeviceProductId 子设备产品Id
      • setSubDeviceProductId

        public void setSubDeviceProductId​(String SubDeviceProductId)
        Set 子设备产品Id
        Parameters:
        SubDeviceProductId - 子设备产品Id
      • getGatewayProductId

        public String getGatewayProductId()
        Get 网关产品Id
        Returns:
        GatewayProductId 网关产品Id
      • setGatewayProductId

        public void setGatewayProductId​(String GatewayProductId)
        Set 网关产品Id
        Parameters:
        GatewayProductId - 网关产品Id