public class PlatformApplicationPackage extends APIObject
Java class for PlatformApplicationPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlatformApplicationPackage">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ResourceSpecification" type="{http://exacttarget.com/wsdl/partnerAPI}ResourceSpecification" minOccurs="0"/>
<element name="SigningKey" type="{http://exacttarget.com/wsdl/partnerAPI}PublicKeyManagement" minOccurs="0"/>
<element name="IsUpgrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DeveloperVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
developerVersion |
protected Boolean |
isUpgrade |
protected ResourceSpecification |
resourceSpecification |
protected PublicKeyManagement |
signingKey |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PlatformApplicationPackage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeveloperVersion()
Gets the value of the developerVersion property.
|
Boolean |
getIsUpgrade()
Gets the value of the isUpgrade property.
|
ResourceSpecification |
getResourceSpecification()
Gets the value of the resourceSpecification property.
|
PublicKeyManagement |
getSigningKey()
Gets the value of the signingKey property.
|
void |
setDeveloperVersion(String value)
Sets the value of the developerVersion property.
|
void |
setIsUpgrade(Boolean value)
Sets the value of the isUpgrade property.
|
void |
setResourceSpecification(ResourceSpecification value)
Sets the value of the resourceSpecification property.
|
void |
setSigningKey(PublicKeyManagement value)
Sets the value of the signingKey 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 ResourceSpecification resourceSpecification
protected PublicKeyManagement signingKey
protected Boolean isUpgrade
protected String developerVersion
public ResourceSpecification getResourceSpecification()
ResourceSpecificationpublic void setResourceSpecification(ResourceSpecification value)
value - allowed object is
ResourceSpecificationpublic PublicKeyManagement getSigningKey()
PublicKeyManagementpublic void setSigningKey(PublicKeyManagement value)
value - allowed object is
PublicKeyManagementpublic Boolean getIsUpgrade()
Booleanpublic void setIsUpgrade(Boolean value)
value - allowed object is
Booleanpublic String getDeveloperVersion()
Stringpublic void setDeveloperVersion(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.