public class Gender extends Object implements Serializable
| Constructor and Description |
|---|
Gender() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getContent()
Either one of 'male’ or 'female’.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContent(String content)
Either one of 'male’ or 'female’.
|
String |
toString() |
Gender |
withAdditionalProperty(String name,
Object value) |
Gender |
withContent(String content) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.