public class LinkSend extends APIObject
Java class for LinkSend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkSend">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SendID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Link" type="{http://exacttarget.com/wsdl/partnerAPI}Link" minOccurs="0"/>
<element name="IDLong" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
idLong |
protected Link |
link |
protected Integer |
sendID |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
LinkSend() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getIDLong()
Gets the value of the idLong property.
|
Link |
getLink()
Gets the value of the link property.
|
Integer |
getSendID()
Gets the value of the sendID property.
|
void |
setIDLong(Long value)
Sets the value of the idLong property.
|
void |
setLink(Link value)
Sets the value of the link property.
|
void |
setSendID(Integer value)
Sets the value of the sendID 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, setPartnerKeypublic Integer getSendID()
Integerpublic void setSendID(Integer value)
value - allowed object is
Integerpublic void setLink(Link value)
value - allowed object is
Linkpublic Long getIDLong()
Longpublic void setIDLong(Long value)
value - allowed object is
LongCopyright © 2017. All rights reserved.