Modifier and Type | Class and Description |
---|---|
static class |
About.AdditionalRoleInfo.RoleSets
Model definition for AboutAdditionalRoleInfoRoleSets.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AdditionalRoleInfo() |
Modifier and Type | Method and Description |
---|---|
About.AdditionalRoleInfo |
clone() |
List<About.AdditionalRoleInfo.RoleSets> |
getRoleSets()
The supported additional roles per primary role.
|
String |
getType()
The content type that this additional role info applies to.
|
About.AdditionalRoleInfo |
set(String fieldName,
Object value) |
About.AdditionalRoleInfo |
setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
The supported additional roles per primary role.
|
About.AdditionalRoleInfo |
setType(String type)
The content type that this additional role info applies to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<About.AdditionalRoleInfo.RoleSets> getRoleSets()
null
for nonepublic About.AdditionalRoleInfo setRoleSets(List<About.AdditionalRoleInfo.RoleSets> roleSets)
roleSets
- roleSets or null
for nonepublic String getType()
null
for nonepublic About.AdditionalRoleInfo setType(String type)
type
- type or null
for nonepublic About.AdditionalRoleInfo set(String fieldName, Object value)
set
in class GenericJson
public About.AdditionalRoleInfo clone()
clone
in class GenericJson