Package org.jclouds.glesys.domain
Class EmailQuota
- java.lang.Object
-
- org.jclouds.glesys.domain.EmailQuota
-
public class EmailQuota extends Object
Information on an Email Account Quota size
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmailQuota.Builder<T extends EmailQuota.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
EmailQuota(int max, String unit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmailQuota.Builder<?>
builder()
boolean
equals(Object obj)
int
getMax()
String
getUnit()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
EmailQuota.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
EmailQuota
@ConstructorProperties({"max","unit"}) protected EmailQuota(int max, String unit)
-
-
Method Detail
-
builder
public static EmailQuota.Builder<?> builder()
-
toBuilder
public EmailQuota.Builder<?> toBuilder()
-
getMax
public int getMax()
- Returns:
- the maximum size of the mailbox (in units)
- See Also:
getUnit()
-
getUnit
public String getUnit()
- Returns:
- the quota for this e-mail account
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-