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