public static final class UsageReport.Parameters
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageReport.Parameters |
clone() |
Boolean |
getBoolValue()
Output only.
|
com.google.api.client.util.DateTime |
getDatetimeValue()
The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z.
|
Long |
getIntValue()
Output only.
|
List<Map<String,Object>> |
getMsgValue()
Output only.
|
String |
getName()
The name of the parameter.
|
String |
getStringValue()
Output only.
|
UsageReport.Parameters |
set(String fieldName,
Object value) |
UsageReport.Parameters |
setBoolValue(Boolean boolValue)
Output only.
|
UsageReport.Parameters |
setDatetimeValue(com.google.api.client.util.DateTime datetimeValue)
The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z.
|
UsageReport.Parameters |
setIntValue(Long intValue)
Output only.
|
UsageReport.Parameters |
setMsgValue(List<Map<String,Object>> msgValue)
Output only.
|
UsageReport.Parameters |
setName(String name)
The name of the parameter.
|
UsageReport.Parameters |
setStringValue(String stringValue)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getBoolValue()
null for nonepublic UsageReport.Parameters setBoolValue(Boolean boolValue)
boolValue - boolValue or null for nonepublic com.google.api.client.util.DateTime getDatetimeValue()
null for nonepublic UsageReport.Parameters setDatetimeValue(com.google.api.client.util.DateTime datetimeValue)
datetimeValue - datetimeValue or null for nonepublic Long getIntValue()
null for nonepublic UsageReport.Parameters setIntValue(Long intValue)
intValue - intValue or null for nonepublic List<Map<String,Object>> getMsgValue()
null for nonepublic UsageReport.Parameters setMsgValue(List<Map<String,Object>> msgValue)
msgValue - msgValue or null for nonepublic String getName()
null for nonepublic UsageReport.Parameters setName(String name)
name - name or null for nonepublic String getStringValue()
null for nonepublic UsageReport.Parameters setStringValue(String stringValue)
stringValue - stringValue or null for nonepublic UsageReport.Parameters set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReport.Parameters clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.