public class Ethnicity extends Object implements Serializable
| Constructor and Description |
|---|
Ethnicity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getContent()
One of the following: 'white’, 'black’, 'american_indian’, 'alaska_native’, 'chinese’, 'filipino’, 'other_asian’, 'japanese’, 'korean’, 'vietnamese’, 'native_hawaiian’, 'guamanian’, 'chamorro’, 'samoan’, 'other_pacific_islander’, 'other’.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContent(String content)
One of the following: 'white’, 'black’, 'american_indian’, 'alaska_native’, 'chinese’, 'filipino’, 'other_asian’, 'japanese’, 'korean’, 'vietnamese’, 'native_hawaiian’, 'guamanian’, 'chamorro’, 'samoan’, 'other_pacific_islander’, 'other’.
|
String |
toString() |
Ethnicity |
withAdditionalProperty(String name,
Object value) |
Ethnicity |
withContent(String content) |
public String getContent()
public void setContent(String content)
Copyright © 2020 The Apache Software Foundation. All rights reserved.