Class ApiKey

    • Constructor Detail

      • ApiKey

        public ApiKey()
      • ApiKey

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

      • getSecretId

        public String getSecretId()
        Get 密钥ID
        Returns:
        SecretId 密钥ID
      • setSecretId

        public void setSecretId​(String SecretId)
        Set 密钥ID
        Parameters:
        SecretId - 密钥ID
      • getCreateTime

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

        public void setCreateTime​(Long CreateTime)
        Set 创建时间(时间戳)
        Parameters:
        CreateTime - 创建时间(时间戳)
      • getStatus

        public Long getStatus()
        Get 状态(2:有效, 3:禁用, 4:已删除)
        Returns:
        Status 状态(2:有效, 3:禁用, 4:已删除)
      • setStatus

        public void setStatus​(Long Status)
        Set 状态(2:有效, 3:禁用, 4:已删除)
        Parameters:
        Status - 状态(2:有效, 3:禁用, 4:已删除)