public final class Binding extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Resource Manager API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Binding() |
Modifier and Type | Method and Description |
---|---|
Binding |
clone() |
List<String> |
getMembers()
Specifies the identities requesting access for a Cloud Platform resource.
|
String |
getRole()
Role that is assigned to `members`.
|
Binding |
set(String fieldName,
Object value) |
Binding |
setMembers(List<String> members)
Specifies the identities requesting access for a Cloud Platform resource.
|
Binding |
setRole(String role)
Role that is assigned to `members`.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<String> getMembers()
null
for nonepublic Binding setMembers(List<String> members)
members
- members or null
for nonepublic String getRole()
null
for nonepublic Binding setRole(String role)
role
- role or null
for nonepublic Binding set(String fieldName, Object value)
set
in class GenericJson
public Binding clone()
clone
in class GenericJson