public class BulkOfflineConversion extends SingleRecordBulkEntity
For more information, see Label at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkOfflineConversion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdjustmentCurrencyCode() |
Calendar |
getAdjustmentTime() |
String |
getAdjustmentType() |
Double |
getAdjustmentValue() |
Double |
getExternalAttributionCredit() |
String |
getExternalAttributionModel() |
OfflineConversion |
getOfflineConversion() |
void |
processMappingsFromRowValues(RowValues values)
Process specific entity mappings from CSV values.
|
void |
processMappingsToRowValues(RowValues values,
boolean excludeReadonlyData)
Process specific entity mappings to CSV values.
|
void |
setAdjustmentCurrencyCode(String adjustmentCurrencyCode) |
void |
setAdjustmentTime(Calendar adjustmentTime) |
void |
setAdjustmentType(String adjustmentType) |
void |
setAdjustmentValue(Double adjustmentValue) |
void |
setExternalAttributionCredit(Double externalAttributionCredit) |
void |
setExternalAttributionModel(String externalAttributionModel) |
void |
setOfflineConversion(OfflineConversion offlineConversion) |
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic OfflineConversion getOfflineConversion()
public void setOfflineConversion(OfflineConversion offlineConversion)
public Double getAdjustmentValue()
public void setAdjustmentValue(Double adjustmentValue)
public Calendar getAdjustmentTime()
public void setAdjustmentTime(Calendar adjustmentTime)
public String getAdjustmentCurrencyCode()
public void setAdjustmentCurrencyCode(String adjustmentCurrencyCode)
public String getAdjustmentType()
public void setAdjustmentType(String adjustmentType)
public String getExternalAttributionModel()
public void setExternalAttributionModel(String externalAttributionModel)
public Double getExternalAttributionCredit()
public void setExternalAttributionCredit(Double externalAttributionCredit)
public void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class SingleRecordBulkEntityvalues - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class SingleRecordBulkEntityvalues - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)Copyright © 2024. All rights reserved.