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