public class PublicKeyManagement extends APIObject
Java class for PublicKeyManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublicKeyManagement">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Key" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
key |
protected String |
name |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PublicKeyManagement() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
void |
setKey(byte[] value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String name
protected byte[] key
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic byte[] getKey()
public void setKey(byte[] value)
value - allowed object is
byte[]Copyright © 2017. All rights reserved.