Class RevokeAPIKeyDTO

java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.RevokeAPIKeyDTO

public class RevokeAPIKeyDTO extends Object
RevokeAPIKeyDTO
  • Constructor Details

    • RevokeAPIKeyDTO

      public RevokeAPIKeyDTO()
  • Method Details

    • apiKey

      public RevokeAPIKeyDTO apiKey(String apiKey)
    • getApiKey

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

      public void setApiKey(String apiKey)
    • expiryTime

      public RevokeAPIKeyDTO expiryTime(Long expiryTime)
    • getExpiryTime

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

      public void setExpiryTime(Long expiryTime)
    • tenantId

      public RevokeAPIKeyDTO tenantId(Long tenantId)
    • getTenantId

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

      public void setTenantId(Long tenantId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object