public class GetApiKeyResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetApiKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetApiKeyResponse |
apiKey(String apiKey) |
boolean |
equals(Object o) |
GetApiKeyResponse |
expiredTime(Integer expiredTime) |
String |
getApiKey()
Get apiKey
|
Integer |
getExpiredTime()
Get expiredTime
|
int |
hashCode() |
void |
setApiKey(String apiKey) |
void |
setExpiredTime(Integer expiredTime) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic GetApiKeyResponse apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public GetApiKeyResponse expiredTime(Integer expiredTime)
public Integer getExpiredTime()
public void setExpiredTime(Integer expiredTime)
Copyright © 2024. All rights reserved.