public class OfflineConversionFeed extends Object
Java class for OfflineConversionFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineConversionFeed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="googleClickId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="conversionCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalAttributionCredit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="externalAttributionModel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversionCurrencyCode |
protected String |
conversionName |
protected String |
conversionTime |
protected Double |
conversionValue |
protected Double |
externalAttributionCredit |
protected String |
externalAttributionModel |
protected String |
googleClickId |
| Constructor and Description |
|---|
OfflineConversionFeed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionCurrencyCode()
Gets the value of the conversionCurrencyCode property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
String |
getConversionTime()
Gets the value of the conversionTime property.
|
Double |
getConversionValue()
Gets the value of the conversionValue property.
|
Double |
getExternalAttributionCredit()
Gets the value of the externalAttributionCredit property.
|
String |
getExternalAttributionModel()
Gets the value of the externalAttributionModel property.
|
String |
getGoogleClickId()
Gets the value of the googleClickId property.
|
void |
setConversionCurrencyCode(String value)
Sets the value of the conversionCurrencyCode property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setConversionTime(String value)
Sets the value of the conversionTime property.
|
void |
setConversionValue(Double value)
Sets the value of the conversionValue property.
|
void |
setExternalAttributionCredit(Double value)
Sets the value of the externalAttributionCredit property.
|
void |
setExternalAttributionModel(String value)
Sets the value of the externalAttributionModel property.
|
void |
setGoogleClickId(String value)
Sets the value of the googleClickId property.
|
protected String googleClickId
protected String conversionName
protected String conversionTime
protected Double conversionValue
protected String conversionCurrencyCode
protected Double externalAttributionCredit
protected String externalAttributionModel
public String getGoogleClickId()
Stringpublic void setGoogleClickId(String value)
value - allowed object is
Stringpublic String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic String getConversionTime()
Stringpublic void setConversionTime(String value)
value - allowed object is
Stringpublic Double getConversionValue()
Doublepublic void setConversionValue(Double value)
value - allowed object is
Doublepublic String getConversionCurrencyCode()
Stringpublic void setConversionCurrencyCode(String value)
value - allowed object is
Stringpublic Double getExternalAttributionCredit()
Doublepublic void setExternalAttributionCredit(Double value)
value - allowed object is
Doublepublic String getExternalAttributionModel()
StringCopyright © 2023. All rights reserved.