public class OfflineConversion extends Object
Java class for OfflineConversion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineConversion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConversionCurrencyCode" 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}dateTime" minOccurs="0"/>
<element name="ConversionValue" type="{http://www.w3.org/2001/XMLSchema}double" 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"/>
<element name="HashedEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HashedPhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MicrosoftClickId" 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 Calendar |
conversionTime |
protected Double |
conversionValue |
protected Double |
externalAttributionCredit |
protected String |
externalAttributionModel |
protected String |
hashedEmailAddress |
protected String |
hashedPhoneNumber |
protected String |
microsoftClickId |
| Constructor and Description |
|---|
OfflineConversion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionCurrencyCode()
Gets the value of the conversionCurrencyCode property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
Calendar |
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 |
getHashedEmailAddress()
Gets the value of the hashedEmailAddress property.
|
String |
getHashedPhoneNumber()
Gets the value of the hashedPhoneNumber property.
|
String |
getMicrosoftClickId()
Gets the value of the microsoftClickId 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(Calendar 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 |
setHashedEmailAddress(String value)
Sets the value of the hashedEmailAddress property.
|
void |
setHashedPhoneNumber(String value)
Sets the value of the hashedPhoneNumber property.
|
void |
setMicrosoftClickId(String value)
Sets the value of the microsoftClickId property.
|
protected String conversionCurrencyCode
protected String conversionName
protected Calendar conversionTime
protected Double conversionValue
protected Double externalAttributionCredit
protected String externalAttributionModel
protected String hashedEmailAddress
protected String hashedPhoneNumber
protected String microsoftClickId
public String getConversionCurrencyCode()
Stringpublic void setConversionCurrencyCode(String value)
value - allowed object is
Stringpublic String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic Calendar getConversionTime()
Stringpublic void setConversionTime(Calendar value)
value - allowed object is
Stringpublic Double getConversionValue()
Doublepublic void setConversionValue(Double value)
value - allowed object is
Doublepublic Double getExternalAttributionCredit()
Doublepublic void setExternalAttributionCredit(Double value)
value - allowed object is
Doublepublic String getExternalAttributionModel()
Stringpublic void setExternalAttributionModel(String value)
value - allowed object is
Stringpublic String getHashedEmailAddress()
Stringpublic void setHashedEmailAddress(String value)
value - allowed object is
Stringpublic String getHashedPhoneNumber()
Stringpublic void setHashedPhoneNumber(String value)
value - allowed object is
Stringpublic String getMicrosoftClickId()
StringCopyright © 2024. All rights reserved.