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, triggeredSendDefinitionObjectID
client, 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, setTriggeredSendDefinitionObjectID
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKey
protected Integer urlid
protected String url
protected Long urlidLong
public Integer getURLID()
Integer
public void setURLID(Integer value)
value
- allowed object is
Integer
public String getURL()
String
public void setURL(String value)
value
- allowed object is
String
public Long getURLIDLong()
Long
public void setURLIDLong(Long value)
value
- allowed object is
Long
public String toString()
toString
in class TrackingEvent
Copyright © 2017. All rights reserved.