Class CreateUserTokenRequest

    • Constructor Detail

      • CreateUserTokenRequest

        public CreateUserTokenRequest()
      • CreateUserTokenRequest

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

      • getSecond

        public Long getSecond()
        Get token过期时间,有效值是1~300秒
        Returns:
        Second token过期时间,有效值是1~300秒
      • setSecond

        public void setSecond​(Long Second)
        Set token过期时间,有效值是1~300秒
        Parameters:
        Second - token过期时间,有效值是1~300秒