public final class Email extends AbstractModel
| Modifier and Type | Class and Description |
|---|---|
static class |
Email.Builder
Builder creates instances of Email
from values set by the builder's methods. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getAddressMd5()
Deprecated.
getAddress() should be used instead. |
String |
getDomain() |
toJson, toStringpublic String getAddress()
Email.Builder.address(String), an MD5
hash if you used Email.Builder.hashAddress() as well, or null if you
did not set an email address.@Deprecated public String getAddressMd5()
getAddress() should be used instead.Email.Builder.address(String), or null if you did not.public String getDomain()
Copyright © 2019 MaxMind, Inc.. All rights reserved.