Serializablepublic class Details extends Object implements Serializable
| Constructor | Description |
|---|---|
Details() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getPublicKey() |
Gets the public key.
|
String |
getType() |
Gets the type.
|
void |
setPublicKey(String publicKey) |
Sets the public key.
|
void |
setType(String type) |
Sets the type.
|
public String getPublicKey()
public void setPublicKey(String publicKey)
publicKey - the new public keypublic String getType()
public void setType(String type)
type - the new typeCopyright © 2018. All rights reserved.