| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.marketing_2010_2.CampaignEventResponse |
Java class for CampaignEventResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignEventResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="sent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="opened" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="openedRatio" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="clickedThru" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="clickedThruRatio" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="responded" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="respondedRatio" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="unsubscribed" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="unsubscribedRatio" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="bounced" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="bouncedRatio" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bounced | |||||||||||
| bouncedRatio | |||||||||||
| clickedThru | |||||||||||
| clickedThruRatio | |||||||||||
| dateSent | |||||||||||
| name | |||||||||||
| opened | |||||||||||
| openedRatio | |||||||||||
| responded | |||||||||||
| respondedRatio | |||||||||||
| sent | |||||||||||
| type | |||||||||||
| unsubscribed | |||||||||||
| unsubscribedRatio | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bounced property.
| |||||||||||
Gets the value of the bouncedRatio property.
| |||||||||||
Gets the value of the clickedThru property.
| |||||||||||
Gets the value of the clickedThruRatio property.
| |||||||||||
Gets the value of the dateSent property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the opened property.
| |||||||||||
Gets the value of the openedRatio property.
| |||||||||||
Gets the value of the responded property.
| |||||||||||
Gets the value of the respondedRatio property.
| |||||||||||
Gets the value of the sent property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the unsubscribed property.
| |||||||||||
Gets the value of the unsubscribedRatio property.
| |||||||||||
Sets the value of the bounced property.
| |||||||||||
Sets the value of the bouncedRatio property.
| |||||||||||
Sets the value of the clickedThru property.
| |||||||||||
Sets the value of the clickedThruRatio property.
| |||||||||||
Sets the value of the dateSent property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the opened property.
| |||||||||||
Sets the value of the openedRatio property.
| |||||||||||
Sets the value of the responded property.
| |||||||||||
Sets the value of the respondedRatio property.
| |||||||||||
Sets the value of the sent property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the unsubscribed property.
| |||||||||||
Sets the value of the unsubscribedRatio property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bounced property.
Gets the value of the bouncedRatio property.
Gets the value of the clickedThru property.
Gets the value of the clickedThruRatio property.
Gets the value of the dateSent property.
Gets the value of the name property.
Gets the value of the opened property.
Gets the value of the openedRatio property.
Gets the value of the responded property.
Gets the value of the respondedRatio property.
Gets the value of the sent property.
Gets the value of the type property.
Gets the value of the unsubscribed property.
Gets the value of the unsubscribedRatio property.
Sets the value of the bounced property.
| value | Allowed object is Long |
|---|
Sets the value of the bouncedRatio property.
| value | Allowed object is Double |
|---|
Sets the value of the clickedThru property.
| value | Allowed object is Double |
|---|
Sets the value of the clickedThruRatio property.
| value | Allowed object is Double |
|---|
Sets the value of the dateSent property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the opened property.
| value | Allowed object is Double |
|---|
Sets the value of the openedRatio property.
| value | Allowed object is Double |
|---|
Sets the value of the responded property.
| value | Allowed object is Long |
|---|
Sets the value of the respondedRatio property.
| value | Allowed object is Double |
|---|
Sets the value of the sent property.
| value | Allowed object is Double |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|
Sets the value of the unsubscribed property.
| value | Allowed object is Long |
|---|
Sets the value of the unsubscribedRatio property.
| value | Allowed object is Double |
|---|