public class APIKeyDTO extends Object
| Constructor and Description |
|---|
APIKeyDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIKeyDTO |
apikey(String apikey) |
boolean |
equals(Object o) |
String |
getApikey()
API Key
|
Integer |
getValidityTime()
Get validityTime
|
int |
hashCode() |
void |
setApikey(String apikey) |
void |
setValidityTime(Integer validityTime) |
String |
toString() |
APIKeyDTO |
validityTime(Integer validityTime) |
Copyright © 2020 WSO2 Inc. All rights reserved.