org.jclouds.glesys.domain
Class EmailOverview
java.lang.Object
org.jclouds.glesys.domain.EmailOverview
@Beta
public class EmailOverview
- extends Object
Structure containing all information about e-mail addresses for a GleSYS account
- Author:
- Adam Lowe
- See Also:
EmailOverview
@ConstructorProperties(value={"summary","domains"})
protected EmailOverview(EmailOverviewSummary summary,
Set<EmailOverviewDomain> domains)
builder
public static EmailOverview.Builder<?> builder()
toBuilder
public EmailOverview.Builder<?> toBuilder()
getSummary
public EmailOverviewSummary getSummary()
- Returns:
- summary information about the account
gets
public Set<EmailOverviewDomain> gets()
- Returns:
- the set of detailed information about the e-mail addresses and aliases for each domain
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.