Class RevokeAPIKeyDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.RevokeAPIKeyDTO
-
public class RevokeAPIKeyDTO extends Object
RevokeAPIKeyDTO
-
-
Constructor Summary
Constructors Constructor Description RevokeAPIKeyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokeAPIKeyDTOapiKey(String apiKey)booleanequals(Object o)RevokeAPIKeyDTOexpiryTime(Long expiryTime)StringgetApiKey()API Key token.LonggetExpiryTime()expiry timestamp.LonggetTenantId()expiry timestamp.inthashCode()voidsetApiKey(String apiKey)voidsetExpiryTime(Long expiryTime)voidsetTenantId(Long tenantId)RevokeAPIKeyDTOtenantId(Long tenantId)StringtoString()
-
-
-
Method Detail
-
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)
-
-