Class RunIotModelRequest

    • Constructor Detail

      • RunIotModelRequest

        public RunIotModelRequest()
      • RunIotModelRequest

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

      • getProductId

        public String getProductId()
        Get 产品ID
        Returns:
        ProductId 产品ID
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID
        Parameters:
        ProductId - 产品ID
      • getIotModel

        public String getIotModel()
        Get 物模型定义,json格式的字符串
        Returns:
        IotModel 物模型定义,json格式的字符串
      • setIotModel

        public void setIotModel​(String IotModel)
        Set 物模型定义,json格式的字符串
        Parameters:
        IotModel - 物模型定义,json格式的字符串