public class ListPublicKeysResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPublicKeysResponse.PublicKey |
| Constructor and Description |
|---|
ListPublicKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListPublicKeysResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<ListPublicKeysResponse.PublicKey> |
getPublicKeys() |
String |
getRequestId() |
void |
setPublicKeys(List<ListPublicKeysResponse.PublicKey> publicKeys) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public List<ListPublicKeysResponse.PublicKey> getPublicKeys()
public void setPublicKeys(List<ListPublicKeysResponse.PublicKey> publicKeys)
public ListPublicKeysResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.