Class RevokeAPIKeyDTO


  • public class RevokeAPIKeyDTO
    extends Object
    RevokeAPIKeyDTO
    • Constructor Detail

      • RevokeAPIKeyDTO

        public RevokeAPIKeyDTO()
    • Method Detail

      • getApiKey

        public String getApiKey()
        API Key token.
        Returns:
        apiKey
      • setApiKey

        public void setApiKey​(String apiKey)
      • getExpiryTime

        public Long getExpiryTime()
        expiry timestamp.
        Returns:
        expiryTime
      • setExpiryTime

        public void setExpiryTime​(Long expiryTime)
      • getTenantId

        public Long getTenantId()
        expiry timestamp.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(Long tenantId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object