public class EmailQuota extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailQuota.Builder<T extends EmailQuota.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
EmailQuota(int max,
String unit) |
| Modifier and Type | Method and Description |
|---|---|
static EmailQuota.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getMax() |
String |
getUnit() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
EmailQuota.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"max","unit"}) protected EmailQuota(int max, String unit)
public static EmailQuota.Builder<?> builder()
public EmailQuota.Builder<?> toBuilder()
public int getMax()
getUnit()public String getUnit()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.