public static final class UsageReport.Entity
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
UsageReport.Entity |
clone() |
java.lang.String |
getCustomerId()
The unique identifier of the customer's account.
|
java.lang.String |
getEntityId()
Object key.
|
java.lang.String |
getProfileId()
The user's immutable G Suite profile identifier.
|
java.lang.String |
getType()
The type of item.
|
java.lang.String |
getUserEmail()
The user's email address.
|
UsageReport.Entity |
set(java.lang.String fieldName,
java.lang.Object value) |
UsageReport.Entity |
setCustomerId(java.lang.String customerId)
The unique identifier of the customer's account.
|
UsageReport.Entity |
setEntityId(java.lang.String entityId)
Object key.
|
UsageReport.Entity |
setProfileId(java.lang.String profileId)
The user's immutable G Suite profile identifier.
|
UsageReport.Entity |
setType(java.lang.String type)
The type of item.
|
UsageReport.Entity |
setUserEmail(java.lang.String userEmail)
The user's email address.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getCustomerId()
null
for nonepublic UsageReport.Entity setCustomerId(java.lang.String customerId)
customerId
- customerId or null
for nonepublic java.lang.String getEntityId()
null
for nonepublic UsageReport.Entity setEntityId(java.lang.String entityId)
entityId
- entityId or null
for nonepublic java.lang.String getProfileId()
null
for nonepublic UsageReport.Entity setProfileId(java.lang.String profileId)
profileId
- profileId or null
for nonepublic java.lang.String getType()
null
for nonepublic UsageReport.Entity setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getUserEmail()
null
for nonepublic UsageReport.Entity setUserEmail(java.lang.String userEmail)
userEmail
- userEmail or null
for nonepublic UsageReport.Entity set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UsageReport.Entity clone()
clone
in class com.google.api.client.json.GenericJson