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