Class DescribeIotModelRequest

    • Constructor Detail

      • DescribeIotModelRequest

        public DescribeIotModelRequest()
      • DescribeIotModelRequest

        public DescribeIotModelRequest​(DescribeIotModelRequest 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
      • getRevision

        public Long getRevision()
        Get 物模型版本号, -1表示最新编辑的(未发布)
        Returns:
        Revision 物模型版本号, -1表示最新编辑的(未发布)
      • setRevision

        public void setRevision​(Long Revision)
        Set 物模型版本号, -1表示最新编辑的(未发布)
        Parameters:
        Revision - 物模型版本号, -1表示最新编辑的(未发布)