All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AdTopline |
copyFrom(AdTopline instance) |
AdTopline |
fetch() |
static AdTopline |
fetchById(Long id,
APIContext context) |
static AdTopline |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdTopline> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AdTopline> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AdTopline> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AdTopline>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AdTopline.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldClientApprovalDate() |
String |
getFieldCreatedBy() |
String |
getFieldCreatedDate() |
String |
getFieldDescription() |
String |
getFieldFlightEndDate() |
String |
getFieldFlightStartDate() |
String |
getFieldFuncCapAmount() |
String |
getFieldFuncCapAmountWithOffset() |
String |
getFieldFuncLineAmount() |
String |
getFieldFuncLineAmountWithOffset() |
String |
getFieldFuncPrice() |
String |
getFieldFuncPriceWithOffset() |
String |
getFieldGender() |
String |
getFieldId() |
Long |
getFieldImpressions() |
Long |
getFieldIoNumber() |
Long |
getFieldIsBonusLine() |
String |
getFieldKeywords() |
String |
getFieldLastUpdatedBy() |
String |
getFieldLastUpdatedDate() |
Long |
getFieldLineNumber() |
Long |
getFieldLinePosition() |
String |
getFieldLineType() |
String |
getFieldLocation() |
String |
getFieldMaxAge() |
String |
getFieldMaxBudget() |
String |
getFieldMinAge() |
String |
getFieldPricePerTrp() |
String |
getFieldProductType() |
String |
getFieldRevAssuranceApprovalDate() |
String |
getFieldTargets() |
Long |
getFieldTrpUpdatedTime() |
String |
getFieldTrpValue() |
String |
getFieldUom() |
String |
getId() |
static APIRequest.ResponseParser<AdTopline> |
getParser() |
static AdTopline |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdTopline> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |