public static final class UsageReport.Entity
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
UsageReport.Entity |
clone() |
String |
getCustomerId()
Output only.
|
String |
getEntityId()
Output only.
|
String |
getProfileId()
Output only.
|
String |
getType()
Output only.
|
String |
getUserEmail()
Output only.
|
UsageReport.Entity |
set(String fieldName,
Object value) |
UsageReport.Entity |
setCustomerId(String customerId)
Output only.
|
UsageReport.Entity |
setEntityId(String entityId)
Output only.
|
UsageReport.Entity |
setProfileId(String profileId)
Output only.
|
UsageReport.Entity |
setType(String type)
Output only.
|
UsageReport.Entity |
setUserEmail(String userEmail)
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 String getCustomerId()
null for nonepublic UsageReport.Entity setCustomerId(String customerId)
customerId - customerId or null for nonepublic String getEntityId()
null for nonepublic UsageReport.Entity setEntityId(String entityId)
entityId - entityId or null for nonepublic String getProfileId()
null for nonepublic UsageReport.Entity setProfileId(String profileId)
profileId - profileId or null for nonepublic String getType()
null for nonepublic UsageReport.Entity setType(String type)
type - type or null for nonepublic String getUserEmail()
null for nonepublic UsageReport.Entity setUserEmail(String userEmail)
userEmail - userEmail or null for nonepublic UsageReport.Entity set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReport.Entity clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.