public abstract class OfflineConversionAdjustmentFeed extends Object
Java class for OfflineConversionAdjustmentFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineConversionAdjustmentFeed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="conversionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adjustmentTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adjustmentType" type="{https://adwords.google.com/api/adwords/cm/v201809}OfflineConversionAdjustmentType" minOccurs="0"/>
<element name="adjustedValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="adjustedValueCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OfflineConversionAdjustmentFeed.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
adjustedValue |
protected String |
adjustedValueCurrencyCode |
protected String |
adjustmentTime |
protected OfflineConversionAdjustmentType |
adjustmentType |
protected String |
conversionName |
protected String |
offlineConversionAdjustmentFeedType |
| Constructor and Description |
|---|
OfflineConversionAdjustmentFeed() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdjustedValue()
Gets the value of the adjustedValue property.
|
String |
getAdjustedValueCurrencyCode()
Gets the value of the adjustedValueCurrencyCode property.
|
String |
getAdjustmentTime()
Gets the value of the adjustmentTime property.
|
OfflineConversionAdjustmentType |
getAdjustmentType()
Gets the value of the adjustmentType property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
String |
getOfflineConversionAdjustmentFeedType()
Gets the value of the offlineConversionAdjustmentFeedType property.
|
void |
setAdjustedValue(Double value)
Sets the value of the adjustedValue property.
|
void |
setAdjustedValueCurrencyCode(String value)
Sets the value of the adjustedValueCurrencyCode property.
|
void |
setAdjustmentTime(String value)
Sets the value of the adjustmentTime property.
|
void |
setAdjustmentType(OfflineConversionAdjustmentType value)
Sets the value of the adjustmentType property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setOfflineConversionAdjustmentFeedType(String value)
Sets the value of the offlineConversionAdjustmentFeedType property.
|
protected String conversionName
protected String adjustmentTime
protected OfflineConversionAdjustmentType adjustmentType
protected Double adjustedValue
protected String adjustedValueCurrencyCode
protected String offlineConversionAdjustmentFeedType
public String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic String getAdjustmentTime()
Stringpublic void setAdjustmentTime(String value)
value - allowed object is
Stringpublic OfflineConversionAdjustmentType getAdjustmentType()
OfflineConversionAdjustmentTypepublic void setAdjustmentType(OfflineConversionAdjustmentType value)
value - allowed object is
OfflineConversionAdjustmentTypepublic Double getAdjustedValue()
Doublepublic void setAdjustedValue(Double value)
value - allowed object is
Doublepublic String getAdjustedValueCurrencyCode()
Stringpublic void setAdjustedValueCurrencyCode(String value)
value - allowed object is
Stringpublic String getOfflineConversionAdjustmentFeedType()
StringCopyright © 2023. All rights reserved.