GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AclRule.Scope() |
| Modifier and Type | Method and Description |
|---|---|
AclRule.Scope |
clone() |
String |
getType()
The type of the scope.
|
String |
getValue()
The email address of a user or group, or the name of a domain, depending on the scope type.
|
AclRule.Scope |
set(String fieldName,
Object value) |
AclRule.Scope |
setType(String type)
The type of the scope.
|
AclRule.Scope |
setValue(String value)
The email address of a user or group, or the name of a domain, depending on the scope type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getType()
null for nonepublic AclRule.Scope setType(String type)
type - type or null for nonepublic String getValue()
null for nonepublic AclRule.Scope setValue(String value)
value - value or null for nonepublic AclRule.Scope set(String fieldName, Object value)
set in class GenericJsonpublic AclRule.Scope clone()
clone in class GenericJson