public static final class Bucket.Owner
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Bucket.Owner() |
Modifier and Type | Method and Description |
---|---|
Bucket.Owner |
clone() |
java.lang.String |
getEntity()
The entity, in the form group-groupId.
|
java.lang.String |
getEntityId()
The ID for the entity.
|
Bucket.Owner |
set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.Owner |
setEntity(java.lang.String entity)
The entity, in the form group-groupId.
|
Bucket.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 Bucket.Owner setEntity(java.lang.String entity)
entity
- entity or null
for nonepublic java.lang.String getEntityId()
null
for nonepublic Bucket.Owner setEntityId(java.lang.String entityId)
entityId
- entityId or null
for nonepublic Bucket.Owner set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Bucket.Owner clone()
clone
in class com.google.api.client.json.GenericJson