public class UserStorage
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains information about the user storage for a WorkSpace bundle.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
capacity
The amount of user storage for the bundle.
|
Constructor and Description |
---|
UserStorage() |
Modifier and Type | Method and Description |
---|---|
UserStorage |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCapacity()
The amount of user storage for the bundle.
|
int |
hashCode() |
void |
setCapacity(java.lang.String capacity)
The amount of user storage for the bundle.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserStorage |
withCapacity(java.lang.String capacity)
The amount of user storage for the bundle.
|
public void setCapacity(java.lang.String capacity)
The amount of user storage for the bundle.
capacity
- The amount of user storage for the bundle.public java.lang.String getCapacity()
The amount of user storage for the bundle.
public UserStorage withCapacity(java.lang.String capacity)
The amount of user storage for the bundle.
capacity
- The amount of user storage for the bundle.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 UserStorage clone()
clone
in class java.lang.Object