Class RevokedJWTConsumerKeyDTO

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

public class RevokedJWTConsumerKeyDTO extends Object
RevokedJWTConsumerKeyDTO
  • Constructor Details

    • RevokedJWTConsumerKeyDTO

      public RevokedJWTConsumerKeyDTO()
  • Method Details

    • consumerKey

      public RevokedJWTConsumerKeyDTO consumerKey(String consumerKey)
    • getConsumerKey

      public String getConsumerKey()
      consumer key of the JWT.
      Returns:
      consumerKey
    • setConsumerKey

      public void setConsumerKey(String consumerKey)
    • revocationTime

      public RevokedJWTConsumerKeyDTO revocationTime(Long revocationTime)
    • getRevocationTime

      public Long getRevocationTime()
      revocation timestamp.
      Returns:
      revocationTime
    • setRevocationTime

      public void setRevocationTime(Long revocationTime)
    • type

      public RevokedJWTConsumerKeyDTO type(String type)
    • getType

      public String getType()
      revoked consumer key type.
      Returns:
      type
    • setType

      public void setType(String type)
    • organization

      public RevokedJWTConsumerKeyDTO organization(String organization)
    • getOrganization

      public String getOrganization()
      organization of the revoked consumer key
      Returns:
      organization
    • setOrganization

      public void setOrganization(String organization)
    • 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