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