Class GetLicenseStatResponse

    • Constructor Detail

      • GetLicenseStatResponse

        public GetLicenseStatResponse()
      • GetLicenseStatResponse

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

      • getValid

        public Long getValid()
        Get 有效授权
        Returns:
        Valid 有效授权
      • setValid

        public void setValid​(Long Valid)
        Set 有效授权
        Parameters:
        Valid - 有效授权
      • getBound

        public Long getBound()
        Get 已绑定授权
        Returns:
        Bound 已绑定授权
      • setBound

        public void setBound​(Long Bound)
        Set 已绑定授权
        Parameters:
        Bound - 已绑定授权
      • getUnBound

        public Long getUnBound()
        Get 未绑定授权
        Returns:
        UnBound 未绑定授权
      • setUnBound

        public void setUnBound​(Long UnBound)
        Set 未绑定授权
        Parameters:
        UnBound - 未绑定授权
      • getExpire

        public Long getExpire()
        Get 过期授权
        Returns:
        Expire 过期授权
      • setExpire

        public void setExpire​(Long Expire)
        Set 过期授权
        Parameters:
        Expire - 过期授权
      • getRequestId

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

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