public class BulkDisclaimerAdExtension extends SingleRecordBulkEntity
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkDisclaimerAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the ad extension's parent account identifier.
|
protected T |
getAdExtension() |
DisclaimerAdExtension |
getDisclaimerAdExtension()
Gets the disclaimer 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 |
setDisclaimerAdExtension(DisclaimerAdExtension disclaimerAdExtension)
Sets the disclaimer ad extension.
|
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic DisclaimerAdExtension getDisclaimerAdExtension()
public void setDisclaimerAdExtension(DisclaimerAdExtension disclaimerAdExtension)
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.