GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Organizations() |
Modifier and Type | Method and Description |
---|---|
Person.Organizations |
clone() |
String |
getDepartment()
The department within the organization.
|
String |
getDescription()
A short description of the person's role in this organization.
|
String |
getEndDate()
The date that the person left this organization.
|
String |
getLocation()
The location of this organization.
|
String |
getName()
The name of the organization.
|
Boolean |
getPrimary()
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
|
String |
getStartDate()
The date that the person joined this organization.
|
String |
getTitle()
The person's job title or role within the organization.
|
String |
getType()
The type of organization.
|
Person.Organizations |
set(String fieldName,
Object value) |
Person.Organizations |
setDepartment(String department)
The department within the organization.
|
Person.Organizations |
setDescription(String description)
A short description of the person's role in this organization.
|
Person.Organizations |
setEndDate(String endDate)
The date that the person left this organization.
|
Person.Organizations |
setLocation(String location)
The location of this organization.
|
Person.Organizations |
setName(String name)
The name of the organization.
|
Person.Organizations |
setPrimary(Boolean primary)
If "true", indicates this organization is the person's primary one, which is typically
interpreted as the current one.
|
Person.Organizations |
setStartDate(String startDate)
The date that the person joined this organization.
|
Person.Organizations |
setTitle(String title)
The person's job title or role within the organization.
|
Person.Organizations |
setType(String type)
The type of organization.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getDepartment()
null
for nonepublic Person.Organizations setDepartment(String department)
department
- department or null
for nonepublic String getDescription()
null
for nonepublic Person.Organizations setDescription(String description)
description
- description or null
for nonepublic String getEndDate()
null
for nonepublic Person.Organizations setEndDate(String endDate)
endDate
- endDate or null
for nonepublic String getLocation()
null
for nonepublic Person.Organizations setLocation(String location)
location
- location or null
for nonepublic String getName()
null
for nonepublic Person.Organizations setName(String name)
name
- name or null
for nonepublic Boolean getPrimary()
null
for nonepublic Person.Organizations setPrimary(Boolean primary)
primary
- primary or null
for nonepublic String getStartDate()
null
for nonepublic Person.Organizations setStartDate(String startDate)
startDate
- startDate or null
for nonepublic String getTitle()
null
for nonepublic Person.Organizations setTitle(String title)
title
- title or null
for nonepublic String getType()
null
for nonepublic Person.Organizations setType(String type)
type
- type or null
for nonepublic Person.Organizations set(String fieldName, Object value)
set
in class GenericJson
public Person.Organizations clone()
clone
in class GenericJson