public class OfflineConversionAdjustment extends Object
Java class for OfflineConversionAdjustment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineConversionAdjustment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdjustmentCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdjustmentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AdjustmentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdjustmentValue" type="{http://www.w3.org/2001/XMLSchema}double" 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="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 |
adjustmentCurrencyCode |
protected Calendar |
adjustmentTime |
protected String |
adjustmentType |
protected Double |
adjustmentValue |
protected String |
conversionName |
protected Calendar |
conversionTime |
protected String |
hashedEmailAddress |
protected String |
hashedPhoneNumber |
protected String |
microsoftClickId |
| Constructor and Description |
|---|
OfflineConversionAdjustment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdjustmentCurrencyCode()
Gets the value of the adjustmentCurrencyCode property.
|
Calendar |
getAdjustmentTime()
Gets the value of the adjustmentTime property.
|
String |
getAdjustmentType()
Gets the value of the adjustmentType property.
|
Double |
getAdjustmentValue()
Gets the value of the adjustmentValue property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
Calendar |
getConversionTime()
Gets the value of the conversionTime 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 |
setAdjustmentCurrencyCode(String value)
Sets the value of the adjustmentCurrencyCode property.
|
void |
setAdjustmentTime(Calendar value)
Sets the value of the adjustmentTime property.
|
void |
setAdjustmentType(String value)
Sets the value of the adjustmentType property.
|
void |
setAdjustmentValue(Double value)
Sets the value of the adjustmentValue property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setConversionTime(Calendar value)
Sets the value of the conversionTime 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 adjustmentCurrencyCode
protected Calendar adjustmentTime
protected String adjustmentType
protected Double adjustmentValue
protected String conversionName
protected Calendar conversionTime
protected String hashedEmailAddress
protected String hashedPhoneNumber
protected String microsoftClickId
public String getAdjustmentCurrencyCode()
Stringpublic void setAdjustmentCurrencyCode(String value)
value - allowed object is
Stringpublic Calendar getAdjustmentTime()
Stringpublic void setAdjustmentTime(Calendar value)
value - allowed object is
Stringpublic String getAdjustmentType()
Stringpublic void setAdjustmentType(String value)
value - allowed object is
Stringpublic Double getAdjustmentValue()
Doublepublic void setAdjustmentValue(Double value)
value - allowed object is
Doublepublic String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic Calendar getConversionTime()
Stringpublic void setConversionTime(Calendar 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.