public class AdAccountASLSchedule extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAccountASLSchedule() |
| Modifier and Type | Method and Description |
|---|---|
AdAccountASLSchedule |
copyFrom(AdAccountASLSchedule instance) |
APIContext |
getContext() |
AdAccount |
getFieldAdAccount() |
String |
getFieldId() |
String |
getFieldTimeCreated() |
String |
getFieldTimeUpdated() |
String |
getId() |
static APIRequest.ResponseParser<AdAccountASLSchedule> |
getParser() |
static AdAccountASLSchedule |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAccountASLSchedule> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAccountASLSchedule |
setFieldAdAccount(AdAccount value) |
AdAccountASLSchedule |
setFieldAdAccount(String value) |
AdAccountASLSchedule |
setFieldId(String value) |
AdAccountASLSchedule |
setFieldTimeCreated(String value) |
AdAccountASLSchedule |
setFieldTimeUpdated(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountASLSchedule loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountASLSchedule> 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 AdAccount getFieldAdAccount()
public AdAccountASLSchedule setFieldAdAccount(AdAccount value)
public AdAccountASLSchedule setFieldAdAccount(String value)
public String getFieldId()
public AdAccountASLSchedule setFieldId(String value)
public String getFieldTimeCreated()
public AdAccountASLSchedule setFieldTimeCreated(String value)
public String getFieldTimeUpdated()
public AdAccountASLSchedule setFieldTimeUpdated(String value)
public AdAccountASLSchedule copyFrom(AdAccountASLSchedule instance)
public static APIRequest.ResponseParser<AdAccountASLSchedule> getParser()
Copyright © 2024. All rights reserved.