public class GetPublicKeyResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetPublicKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKeyID()
Get keyID
|
String |
getPublicKey()
Get publicKey
|
int |
hashCode() |
GetPublicKeyResponse |
keyID(String keyID) |
GetPublicKeyResponse |
publicKey(String publicKey) |
void |
setKeyID(String keyID) |
void |
setPublicKey(String publicKey) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic GetPublicKeyResponse keyID(String keyID)
public String getKeyID()
public void setKeyID(String keyID)
public GetPublicKeyResponse publicKey(String publicKey)
public String getPublicKey()
public void setPublicKey(String publicKey)
Copyright © 2025. All rights reserved.