Class TokenInfo

    • Constructor Detail

      • TokenInfo

        public TokenInfo()
    • Method Detail

      • getComment

        public String getComment()
      • setCreatedById

        public TokenInfo setCreatedById​(Long createdById)
      • getCreatedById

        public Long getCreatedById()
      • setCreatedByUsername

        public TokenInfo setCreatedByUsername​(String createdByUsername)
      • getCreatedByUsername

        public String getCreatedByUsername()
      • setCreationTime

        public TokenInfo setCreationTime​(Long creationTime)
      • getCreationTime

        public Long getCreationTime()
      • setExpiryTime

        public TokenInfo setExpiryTime​(Long expiryTime)
      • getExpiryTime

        public Long getExpiryTime()
      • getOwnerId

        public Long getOwnerId()
      • getTokenId

        public String getTokenId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object