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
- Author:
- Adam Lowe
- See Also:
EmailQuota
@ConstructorProperties(value={"max","unit"})
protected EmailQuota(int max,
String unit)
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
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
string
protected com.google.common.base.Objects.ToStringHelper string()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.