public class AdAccountAdVolume extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdAccountAdVolume() |
Modifier and Type | Method and Description |
---|---|
AdAccountAdVolume |
copyFrom(AdAccountAdVolume instance) |
APIContext |
getContext() |
String |
getFieldActorId() |
Long |
getFieldAdsRunningOrInReviewCount() |
Long |
getFieldCurrentAccountAdsRunningOrInReviewCount() |
String |
getId() |
static APIRequest.ResponseParser<AdAccountAdVolume> |
getParser() |
static AdAccountAdVolume |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAccountAdVolume> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAccountAdVolume |
setFieldActorId(String value) |
AdAccountAdVolume |
setFieldAdsRunningOrInReviewCount(Long value) |
AdAccountAdVolume |
setFieldCurrentAccountAdsRunningOrInReviewCount(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdAccountAdVolume loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountAdVolume> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldActorId()
public AdAccountAdVolume setFieldActorId(String value)
public Long getFieldAdsRunningOrInReviewCount()
public AdAccountAdVolume setFieldAdsRunningOrInReviewCount(Long value)
public Long getFieldCurrentAccountAdsRunningOrInReviewCount()
public AdAccountAdVolume setFieldCurrentAccountAdsRunningOrInReviewCount(Long value)
public AdAccountAdVolume copyFrom(AdAccountAdVolume instance)
public static APIRequest.ResponseParser<AdAccountAdVolume> getParser()
Copyright © 2020. All rights reserved.