Class RevokedJWTConsumerKeyDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.RevokedJWTConsumerKeyDTO
-
public class RevokedJWTConsumerKeyDTO extends Object
RevokedJWTConsumerKeyDTO
-
-
Constructor Summary
Constructors Constructor Description RevokedJWTConsumerKeyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokedJWTConsumerKeyDTOconsumerKey(String consumerKey)booleanequals(Object o)StringgetConsumerKey()consumer key of the JWT.StringgetOrganization()organization of the revoked consumer keyLonggetRevocationTime()revocation timestamp.StringgetType()revoked consumer key type.inthashCode()RevokedJWTConsumerKeyDTOorganization(String organization)RevokedJWTConsumerKeyDTOrevocationTime(Long revocationTime)voidsetConsumerKey(String consumerKey)voidsetOrganization(String organization)voidsetRevocationTime(Long revocationTime)voidsetType(String type)StringtoString()RevokedJWTConsumerKeyDTOtype(String type)
-
-
-
Method Detail
-
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)
-
-