public class BulkBidStrategy extends SingleRecordBulkEntity
Properties of this class and of classes that it is derived from, correspond to fields of the Bid Strategy record in a bulk file. For more information, see Bid Strategy at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkBidStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the account id
|
BidStrategy |
getBidStrategy()
Gets the bidStrategy.
|
Status |
getStatus()
Gets the status
|
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 account id
|
void |
setBidStrategy(BidStrategy bidStrategy)
Sets the bidStrategy.
|
void |
setStatus(Status status)
Sets the status
|
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic BidStrategy getBidStrategy()
public void setBidStrategy(BidStrategy bidStrategy)
public Long getAccountId()
public void setAccountId(Long accountId)
public Status getStatus()
public void setStatus(Status status)
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.