public class UserData extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
UserData() |
| Modifier and Type | Method and Description |
|---|---|
UserData |
clone() |
boolean |
equals(Object obj) |
String |
getData()
Returns the value of the Data property for this object.
|
int |
hashCode() |
void |
setData(String data)
Sets the value of the Data property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserData |
withData(String data)
Sets the value of the Data property for this object.
|
public String getData()
public void setData(String data)
data - The new value for the Data property for this object.public UserData withData(String data)
Returns a reference to this object so that method calls can be chained together.
data - The new value for the Data property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.