public class BrandSafetyBlockListUsage extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
BrandSafetyBlockListUsage() |
Modifier and Type | Method and Description |
---|---|
BrandSafetyBlockListUsage |
copyFrom(BrandSafetyBlockListUsage instance) |
APIContext |
getContext() |
Long |
getFieldCurrentUsage() |
Long |
getFieldNewUsage() |
String |
getFieldPlatform() |
String |
getFieldPosition() |
Long |
getFieldThreshold() |
String |
getId() |
static APIRequest.ResponseParser<BrandSafetyBlockListUsage> |
getParser() |
static BrandSafetyBlockListUsage |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BrandSafetyBlockListUsage> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
BrandSafetyBlockListUsage |
setFieldCurrentUsage(Long value) |
BrandSafetyBlockListUsage |
setFieldNewUsage(Long value) |
BrandSafetyBlockListUsage |
setFieldPlatform(String value) |
BrandSafetyBlockListUsage |
setFieldPosition(String value) |
BrandSafetyBlockListUsage |
setFieldThreshold(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static BrandSafetyBlockListUsage loadJSON(String json, APIContext context, String header)
public static APINodeList<BrandSafetyBlockListUsage> 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 Long getFieldCurrentUsage()
public BrandSafetyBlockListUsage setFieldCurrentUsage(Long value)
public Long getFieldNewUsage()
public BrandSafetyBlockListUsage setFieldNewUsage(Long value)
public String getFieldPlatform()
public BrandSafetyBlockListUsage setFieldPlatform(String value)
public String getFieldPosition()
public BrandSafetyBlockListUsage setFieldPosition(String value)
public Long getFieldThreshold()
public BrandSafetyBlockListUsage setFieldThreshold(Long value)
public BrandSafetyBlockListUsage copyFrom(BrandSafetyBlockListUsage instance)
public static APIRequest.ResponseParser<BrandSafetyBlockListUsage> getParser()
Copyright © 2020. All rights reserved.