@Generated(value="org.jsonschema2pojo") public class SourceControlUser extends Object
| Constructor and Description |
|---|
SourceControlUser()
No args constructor for use in serialization
|
SourceControlUser(String email,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEmail()
e-mail of the source control user
|
String |
getName()
name of the source control user
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setEmail(String email)
e-mail of the source control user
|
void |
setName(String name)
name of the source control user
|
public SourceControlUser()
public String getEmail()
public void setEmail(String email)
email - The emailpublic String getName()
public void setName(String name)
name - The nameCopyright © 2011–2016 Red Hat. All rights reserved.