public class Username extends Object implements Serializable
| Constructor and Description |
|---|
Username() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getContent()
A person’s username at one or more online service.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContent(String content)
A person’s username at one or more online service.
|
String |
toString() |
Username |
withAdditionalProperty(String name,
Object value) |
Username |
withContent(String content) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.