|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.UserDTO
public class UserDTO
Java class for user complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
fullName
|
protected String |
id
|
| Constructor Summary | |
|---|---|
UserDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Gets the value of the description property. |
String |
getFullName()
Gets the value of the fullName property. |
String |
getId()
Gets the value of the id property. |
int |
hashCode()
|
void |
setDescription(String value)
Sets the value of the description property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setId(String value)
Sets the value of the id property. |
UserDTO |
withDescription(String value)
|
UserDTO |
withFullName(String value)
|
UserDTO |
withId(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String fullName
protected String description
| Constructor Detail |
|---|
public UserDTO()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic UserDTO withId(String value)
public UserDTO withFullName(String value)
public UserDTO withDescription(String value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||