public class UserData
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the user data to be made available to an instance.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
data
The Base64-encoded MIME user data for the instance.
|
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
UserData |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getData()
The Base64-encoded MIME user data for the instance.
|
int |
hashCode() |
void |
setData(java.lang.String data)
The Base64-encoded MIME user data for the instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserData |
withData(java.lang.String data)
The Base64-encoded MIME user data for the instance.
|
public void setData(java.lang.String data)
The Base64-encoded MIME user data for the instance.
data
- The Base64-encoded MIME user data for the instance.public java.lang.String getData()
The Base64-encoded MIME user data for the instance.
public UserData withData(java.lang.String data)
The Base64-encoded MIME user data for the instance.
data
- The Base64-encoded MIME user data for the instance.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UserData clone()
clone
in class java.lang.Object