public static final class StorageObject.Owner
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
StorageObject.Owner() |
Modifier and Type | Method and Description |
---|---|
StorageObject.Owner |
clone() |
java.lang.String |
getEntity()
The entity, in the form user-userId.
|
java.lang.String |
getEntityId()
The ID for the entity.
|
StorageObject.Owner |
set(java.lang.String fieldName,
java.lang.Object value) |
StorageObject.Owner |
setEntity(java.lang.String entity)
The entity, in the form user-userId.
|
StorageObject.Owner |
setEntityId(java.lang.String entityId)
The ID for the entity.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getEntity()
null
for nonepublic StorageObject.Owner setEntity(java.lang.String entity)
entity
- entity or null
for nonepublic java.lang.String getEntityId()
null
for nonepublic StorageObject.Owner setEntityId(java.lang.String entityId)
entityId
- entityId or null
for nonepublic StorageObject.Owner set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public StorageObject.Owner clone()
clone
in class com.google.api.client.json.GenericJson