public class APIKeyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APIKEY |
static String |
SERIALIZED_NAME_VALIDITY_TIME |
| 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) |
public static final String SERIALIZED_NAME_APIKEY
public static final String SERIALIZED_NAME_VALIDITY_TIME
Copyright © 2021 WSO2 Inc. All rights reserved.