public class BulkKeywordBidSuggestion extends BulkObject
BulkFileReader when reading the corresponding BulkKeyword.
An instance of this class can represent a single keyword bid position, and thus one record in the bulk file.BulkServiceManager,
BulkOperation,
BulkFileReader| Constructor and Description |
|---|
BulkKeywordBidSuggestion()
Initializes a new instance of the BulkKeywordBidSuggestion class.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getBid()
Gets the suggested bid for the keyword.
|
String |
getKeywordText()
Gets the keyword corresponding to the suggested bid.
|
void |
readFromRowValues(RowValues values)
Read object data from a single row.
|
void |
writeToRowValues(RowValues values,
boolean excludeReadonlyData)
Writes object data to a single row.
|
canEncloseInMultilineEntity, encloseInMultilineEntity, readRelatedData, writepublic BulkKeywordBidSuggestion()
public void readFromRowValues(RowValues values)
BulkObjectreadFromRowValues in class BulkObjectpublic void writeToRowValues(RowValues values, boolean excludeReadonlyData)
BulkObjectwriteToRowValues in class BulkObjectpublic String getKeywordText()
Corresponds to the 'Keyword' field in the bulk file.
public Double getBid()
Corresponds to the 'Bid' field in the bulk file.
Copyright © 2024. All rights reserved.