public final class ReportFooter
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the AdMob API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ReportFooter() |
| Modifier and Type | Method and Description |
|---|---|
ReportFooter |
clone() |
java.lang.Long |
getMatchingRowCount()
Total number of rows that did match the request.
|
java.util.List<ReportWarning> |
getWarnings()
Warnings associated with generation of the report.
|
ReportFooter |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportFooter |
setMatchingRowCount(java.lang.Long matchingRowCount)
Total number of rows that did match the request.
|
ReportFooter |
setWarnings(java.util.List<ReportWarning> warnings)
Warnings associated with generation of the report.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getMatchingRowCount()
null for nonepublic ReportFooter setMatchingRowCount(java.lang.Long matchingRowCount)
matchingRowCount - matchingRowCount or null for nonepublic java.util.List<ReportWarning> getWarnings()
null for nonepublic ReportFooter setWarnings(java.util.List<ReportWarning> warnings)
warnings - warnings or null for nonepublic ReportFooter set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ReportFooter clone()
clone in class com.google.api.client.json.GenericJson