public class BrandTag extends APIObject
Java class for BrandTag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrandTag">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="BrandID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
brandID |
protected String |
data |
protected String |
label |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
BrandTag() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBrandID()
Gets the value of the brandID property.
|
String |
getData()
Gets the value of the data property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setBrandID(Integer value)
Sets the value of the brandID property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setLabel(String value)
Sets the value of the label 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 Integer brandID
protected String label
protected String data
public Integer getBrandID()
Integerpublic void setBrandID(Integer value)
value - allowed object is
Integerpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getData()
Stringpublic void setData(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.