public class AdEntityTargetSpend extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdEntityTargetSpend() |
| Modifier and Type | Method and Description |
|---|---|
AdEntityTargetSpend |
copyFrom(AdEntityTargetSpend instance) |
APIContext |
getContext() |
String |
getFieldAmount() |
Boolean |
getFieldHasError() |
Boolean |
getFieldIsAccurate() |
Boolean |
getFieldIsProrated() |
Boolean |
getFieldIsUpdating() |
String |
getId() |
static APIRequest.ResponseParser<AdEntityTargetSpend> |
getParser() |
static AdEntityTargetSpend |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdEntityTargetSpend> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdEntityTargetSpend |
setFieldAmount(String value) |
AdEntityTargetSpend |
setFieldHasError(Boolean value) |
AdEntityTargetSpend |
setFieldIsAccurate(Boolean value) |
AdEntityTargetSpend |
setFieldIsProrated(Boolean value) |
AdEntityTargetSpend |
setFieldIsUpdating(Boolean value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdEntityTargetSpend loadJSON(String json, APIContext context, String header)
public static APINodeList<AdEntityTargetSpend> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAmount()
public AdEntityTargetSpend setFieldAmount(String value)
public Boolean getFieldHasError()
public AdEntityTargetSpend setFieldHasError(Boolean value)
public Boolean getFieldIsAccurate()
public AdEntityTargetSpend setFieldIsAccurate(Boolean value)
public Boolean getFieldIsProrated()
public AdEntityTargetSpend setFieldIsProrated(Boolean value)
public Boolean getFieldIsUpdating()
public AdEntityTargetSpend setFieldIsUpdating(Boolean value)
public AdEntityTargetSpend copyFrom(AdEntityTargetSpend instance)
public static APIRequest.ResponseParser<AdEntityTargetSpend> getParser()
Copyright © 2020. All rights reserved.