Class Product

    • Constructor Detail

      • Product

        public Product()
      • Product

        public Product​(Product 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
      • getProductKey

        public String getProductKey()
        Get 产品Key
        Returns:
        ProductKey 产品Key
      • setProductKey

        public void setProductKey​(String ProductKey)
        Set 产品Key
        Parameters:
        ProductKey - 产品Key
      • getAppId

        public Long getAppId()
        Get AppId
        Returns:
        AppId AppId
      • setAppId

        public void setAppId​(Long AppId)
        Set AppId
        Parameters:
        AppId - AppId
      • getName

        public String getName()
        Get 产品名称
        Returns:
        Name 产品名称
      • setName

        public void setName​(String Name)
        Set 产品名称
        Parameters:
        Name - 产品名称
      • getDescription

        public String getDescription()
        Get 产品描述
        Returns:
        Description 产品描述
      • setDescription

        public void setDescription​(String Description)
        Set 产品描述
        Parameters:
        Description - 产品描述
      • getDomain

        public String getDomain()
        Get 连接域名
        Returns:
        Domain 连接域名
      • setDomain

        public void setDomain​(String Domain)
        Set 连接域名
        Parameters:
        Domain - 连接域名
      • getStandard

        public Long getStandard()
        Get 产品规格
        Returns:
        Standard 产品规格
      • setStandard

        public void setStandard​(Long Standard)
        Set 产品规格
        Parameters:
        Standard - 产品规格
      • getAuthType

        public Long getAuthType()
        Get 鉴权类型(0:直连,1:Token)
        Returns:
        AuthType 鉴权类型(0:直连,1:Token)
      • setAuthType

        public void setAuthType​(Long AuthType)
        Set 鉴权类型(0:直连,1:Token)
        Parameters:
        AuthType - 鉴权类型(0:直连,1:Token)
      • getDeleted

        public Long getDeleted()
        Get 删除(0未删除)
        Returns:
        Deleted 删除(0未删除)
      • setDeleted

        public void setDeleted​(Long Deleted)
        Set 删除(0未删除)
        Parameters:
        Deleted - 删除(0未删除)
      • getMessage

        public String getMessage()
        Get 备注
        Returns:
        Message 备注
      • setMessage

        public void setMessage​(String Message)
        Set 备注
        Parameters:
        Message - 备注
      • getCreateTime

        public String getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getUpdateTime

        public String getUpdateTime()
        Get 更新时间
        Returns:
        UpdateTime 更新时间
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 更新时间
        Parameters:
        UpdateTime - 更新时间
      • getDataTemplate

        public DataTemplate[] getDataTemplate()
        Get 数据模版
        Returns:
        DataTemplate 数据模版
      • setDataTemplate

        public void setDataTemplate​(DataTemplate[] DataTemplate)
        Set 数据模版
        Parameters:
        DataTemplate - 数据模版
      • getDataProtocol

        public String getDataProtocol()
        Get 数据协议(native/template)
        Returns:
        DataProtocol 数据协议(native/template)
      • setDataProtocol

        public void setDataProtocol​(String DataProtocol)
        Set 数据协议(native/template)
        Parameters:
        DataProtocol - 数据协议(native/template)
      • getUsername

        public String getUsername()
        Get 直连用户名
        Returns:
        Username 直连用户名
      • setUsername

        public void setUsername​(String Username)
        Set 直连用户名
        Parameters:
        Username - 直连用户名
      • getPassword

        public String getPassword()
        Get 直连密码
        Returns:
        Password 直连密码
      • setPassword

        public void setPassword​(String Password)
        Set 直连密码
        Parameters:
        Password - 直连密码
      • getCommProtocol

        public String getCommProtocol()
        Get 通信方式
        Returns:
        CommProtocol 通信方式
      • setCommProtocol

        public void setCommProtocol​(String CommProtocol)
        Set 通信方式
        Parameters:
        CommProtocol - 通信方式
      • getQps

        public Long getQps()
        Get qps
        Returns:
        Qps qps
      • setQps

        public void setQps​(Long Qps)
        Set qps
        Parameters:
        Qps - qps
      • getRegion

        public String getRegion()
        Get 地域
        Returns:
        Region 地域
      • setRegion

        public void setRegion​(String Region)
        Set 地域
        Parameters:
        Region - 地域
      • getDeviceType

        public String getDeviceType()
        Get 产品的设备类型
        Returns:
        DeviceType 产品的设备类型
      • setDeviceType

        public void setDeviceType​(String DeviceType)
        Set 产品的设备类型
        Parameters:
        DeviceType - 产品的设备类型
      • getAssociatedProducts

        public String[] getAssociatedProducts()
        Get 关联的产品列表
        Returns:
        AssociatedProducts 关联的产品列表
      • setAssociatedProducts

        public void setAssociatedProducts​(String[] AssociatedProducts)
        Set 关联的产品列表
        Parameters:
        AssociatedProducts - 关联的产品列表