@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 |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEmail()
e-mail of the source control user
|
String |
getName()
name of the source control user
|
int |
hashCode() |
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
|
String |
toString() |
public SourceControlUser()
public String getEmail()
public void setEmail(String email)
email
- The emailpublic String getName()
public void setName(String name)
name
- The nameCopyright © 2011–2015 Red Hat. All rights reserved.