public class RevokeAPIKeyDTO extends Object
| Constructor and Description |
|---|
RevokeAPIKeyDTO() |
| Modifier and Type | Method and Description |
|---|---|
RevokeAPIKeyDTO |
apiKey(String apiKey) |
boolean |
equals(Object o) |
RevokeAPIKeyDTO |
expiryTime(Long expiryTime) |
String |
getApiKey()
API Key token.
|
Long |
getExpiryTime()
expiry timestamp.
|
Long |
getTenantId()
expiry timestamp.
|
int |
hashCode() |
void |
setApiKey(String apiKey) |
void |
setExpiryTime(Long expiryTime) |
void |
setTenantId(Long tenantId) |
RevokeAPIKeyDTO |
tenantId(Long tenantId) |
String |
toString() |
public RevokeAPIKeyDTO apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public RevokeAPIKeyDTO expiryTime(Long expiryTime)
public Long getExpiryTime()
public void setExpiryTime(Long expiryTime)
public RevokeAPIKeyDTO tenantId(Long tenantId)
public Long getTenantId()
public void setTenantId(Long tenantId)
Copyright © 2021 WSO2 Inc. All rights reserved.