public class ClickEvent extends TrackingEvent
Java class for ClickEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClickEvent">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}TrackingEvent">
<sequence>
<element name="URLID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="URLIDLong" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
url |
protected Integer |
urlid |
protected Long |
urlidLong |
batchID, eventDate, eventType, sendID, subscriberKey, triggeredSendDefinitionObjectIDclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ClickEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getURL()
Gets the value of the url property.
|
Integer |
getURLID()
Gets the value of the urlid property.
|
Long |
getURLIDLong()
Gets the value of the urlidLong property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setURLID(Integer value)
Sets the value of the urlid property.
|
void |
setURLIDLong(Long value)
Sets the value of the urlidLong property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getBatchID, getEventDate, getEventType, getSendID, getSubscriberKey, getTriggeredSendDefinitionObjectID, setBatchID, setEventDate, setEventType, setSendID, setSubscriberKey, setTriggeredSendDefinitionObjectIDgetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected Integer urlid
protected String url
protected Long urlidLong
public Integer getURLID()
Integerpublic void setURLID(Integer value)
value - allowed object is
Integerpublic String getURL()
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic Long getURLIDLong()
Longpublic void setURLIDLong(Long value)
value - allowed object is
Longpublic String toString()
toString in class TrackingEventCopyright © 2017. All rights reserved.