public class BulkAppAdExtension extends SingleRecordBulkEntity
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkAppAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the ad extension's parent account identifier.
|
protected T |
getAdExtension() |
AppAdExtension |
getAppAdExtension()
Gets the app ad extension.
|
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 |
setAccountId(Long accountId)
Sets the ad extension's parent account identifier.
|
protected void |
setAdExtension(T adExtension) |
void |
setAppAdExtension(AppAdExtension appAdExtension)
Sets the app ad extension.
|
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic AppAdExtension getAppAdExtension()
public void setAppAdExtension(AppAdExtension appAdExtension)
public void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityvalues - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityvalues - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public Long getAccountId()
Corresponds to the 'Parent Id' field in the bulk file.
public void setAccountId(Long accountId)
Corresponds to the 'Parent Id' field in the bulk file.
protected T getAdExtension()
protected void setAdExtension(T adExtension)
Copyright © 2024. All rights reserved.