public class AdCampaignPacedBidInfo extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdCampaignPacedBidInfo() |
Modifier and Type | Method and Description |
---|---|
AdCampaignPacedBidInfo |
copyFrom(AdCampaignPacedBidInfo instance) |
APIContext |
getContext() |
String |
getFieldBiddingStatus() |
String |
getId() |
static APIRequest.ResponseParser<AdCampaignPacedBidInfo> |
getParser() |
static AdCampaignPacedBidInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdCampaignPacedBidInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdCampaignPacedBidInfo |
setFieldBiddingStatus(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdCampaignPacedBidInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<AdCampaignPacedBidInfo> 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 getFieldBiddingStatus()
public AdCampaignPacedBidInfo setFieldBiddingStatus(String value)
public AdCampaignPacedBidInfo copyFrom(AdCampaignPacedBidInfo instance)
public static APIRequest.ResponseParser<AdCampaignPacedBidInfo> getParser()
Copyright © 2020. All rights reserved.