public class

CampaignEventResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.marketing_2010_2.CampaignEventResponse

Class Overview

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>
 

Summary

Fields
protected Long bounced
protected Double bouncedRatio
protected Double clickedThru
protected Double clickedThruRatio
protected XMLGregorianCalendar dateSent
protected String name
protected Double opened
protected Double openedRatio
protected Long responded
protected Double respondedRatio
protected Double sent
protected String type
protected Long unsubscribed
protected Double unsubscribedRatio
Public Constructors
CampaignEventResponse()
Public Methods
Long getBounced()
Gets the value of the bounced property.
Double getBouncedRatio()
Gets the value of the bouncedRatio property.
Double getClickedThru()
Gets the value of the clickedThru property.
Double getClickedThruRatio()
Gets the value of the clickedThruRatio property.
XMLGregorianCalendar getDateSent()
Gets the value of the dateSent property.
String getName()
Gets the value of the name property.
Double getOpened()
Gets the value of the opened property.
Double getOpenedRatio()
Gets the value of the openedRatio property.
Long getResponded()
Gets the value of the responded property.
Double getRespondedRatio()
Gets the value of the respondedRatio property.
Double getSent()
Gets the value of the sent property.
String getType()
Gets the value of the type property.
Long getUnsubscribed()
Gets the value of the unsubscribed property.
Double getUnsubscribedRatio()
Gets the value of the unsubscribedRatio property.
void setBounced(Long value)
Sets the value of the bounced property.
void setBouncedRatio(Double value)
Sets the value of the bouncedRatio property.
void setClickedThru(Double value)
Sets the value of the clickedThru property.
void setClickedThruRatio(Double value)
Sets the value of the clickedThruRatio property.
void setDateSent(XMLGregorianCalendar value)
Sets the value of the dateSent property.
void setName(String value)
Sets the value of the name property.
void setOpened(Double value)
Sets the value of the opened property.
void setOpenedRatio(Double value)
Sets the value of the openedRatio property.
void setResponded(Long value)
Sets the value of the responded property.
void setRespondedRatio(Double value)
Sets the value of the respondedRatio property.
void setSent(Double value)
Sets the value of the sent property.
void setType(String value)
Sets the value of the type property.
void setUnsubscribed(Long value)
Sets the value of the unsubscribed property.
void setUnsubscribedRatio(Double value)
Sets the value of the unsubscribedRatio property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Long bounced

protected Double bouncedRatio

protected Double clickedThru

protected Double clickedThruRatio

protected XMLGregorianCalendar dateSent

protected String name

protected Double opened

protected Double openedRatio

protected Long responded

protected Double respondedRatio

protected Double sent

protected String type

protected Long unsubscribed

protected Double unsubscribedRatio

Public Constructors

public CampaignEventResponse ()

Public Methods

public Long getBounced ()

Gets the value of the bounced property.

Returns
  • possible object is Long

public Double getBouncedRatio ()

Gets the value of the bouncedRatio property.

Returns
  • possible object is Double

public Double getClickedThru ()

Gets the value of the clickedThru property.

Returns
  • possible object is Double

public Double getClickedThruRatio ()

Gets the value of the clickedThruRatio property.

Returns
  • possible object is Double

public XMLGregorianCalendar getDateSent ()

Gets the value of the dateSent property.

Returns
  • possible object is XMLGregorianCalendar

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Double getOpened ()

Gets the value of the opened property.

Returns
  • possible object is Double

public Double getOpenedRatio ()

Gets the value of the openedRatio property.

Returns
  • possible object is Double

public Long getResponded ()

Gets the value of the responded property.

Returns
  • possible object is Long

public Double getRespondedRatio ()

Gets the value of the respondedRatio property.

Returns
  • possible object is Double

public Double getSent ()

Gets the value of the sent property.

Returns
  • possible object is Double

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public Long getUnsubscribed ()

Gets the value of the unsubscribed property.

Returns
  • possible object is Long

public Double getUnsubscribedRatio ()

Gets the value of the unsubscribedRatio property.

Returns
  • possible object is Double

public void setBounced (Long value)

Sets the value of the bounced property.

Parameters
value Allowed object is Long

public void setBouncedRatio (Double value)

Sets the value of the bouncedRatio property.

Parameters
value Allowed object is Double

public void setClickedThru (Double value)

Sets the value of the clickedThru property.

Parameters
value Allowed object is Double

public void setClickedThruRatio (Double value)

Sets the value of the clickedThruRatio property.

Parameters
value Allowed object is Double

public void setDateSent (XMLGregorianCalendar value)

Sets the value of the dateSent property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOpened (Double value)

Sets the value of the opened property.

Parameters
value Allowed object is Double

public void setOpenedRatio (Double value)

Sets the value of the openedRatio property.

Parameters
value Allowed object is Double

public void setResponded (Long value)

Sets the value of the responded property.

Parameters
value Allowed object is Long

public void setRespondedRatio (Double value)

Sets the value of the respondedRatio property.

Parameters
value Allowed object is Double

public void setSent (Double value)

Sets the value of the sent property.

Parameters
value Allowed object is Double

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setUnsubscribed (Long value)

Sets the value of the unsubscribed property.

Parameters
value Allowed object is Long

public void setUnsubscribedRatio (Double value)

Sets the value of the unsubscribedRatio property.

Parameters
value Allowed object is Double