public final class Email extends AbstractModel
Constructor and Description |
---|
Email() |
Email(Boolean isFree,
Boolean isHighRisk)
Deprecated.
This constructor only exists for backward compatibility
and will be removed in the next major release.
|
Email(Boolean isDisposable,
Boolean isFree,
Boolean isHighRisk,
String firstSeen)
Deprecated.
This constructor only exists for backward compatibility
and will be removed in the next major release.
|
Email(Boolean isFree,
Boolean isHighRisk,
String firstSeen)
Deprecated.
This constructor only exists for backward compatibility
and will be removed in the next major release.
|
Email(EmailDomain domain,
Boolean isDisposable,
Boolean isFree,
Boolean isHighRisk,
String firstSeen) |
Modifier and Type | Method and Description |
---|---|
EmailDomain |
getDomain() |
String |
getFirstSeen() |
LocalDate |
getFirstSeenDate() |
Boolean |
isDisposable() |
Boolean |
isFree()
/**
|
Boolean |
isHighRisk() |
toJson, toString
public Email(EmailDomain domain, Boolean isDisposable, Boolean isFree, Boolean isHighRisk, String firstSeen)
public Email(Boolean isDisposable, Boolean isFree, Boolean isHighRisk, String firstSeen)
isDisposable
- Whether it is a disposable email.isFree
- Whether it is a free email.isHighRisk
- Whether it is a high risk email.firstSeen
- When the email was first seen.public Email(Boolean isFree, Boolean isHighRisk, String firstSeen)
isFree
- Whether it is a free email.isHighRisk
- Whether it is a high risk email.firstSeen
- When the email was first seen.public Email(Boolean isFree, Boolean isHighRisk)
isFree
- Whether it is a free email.isHighRisk
- Whether it is a high risk email.public Email()
public EmailDomain getDomain()
EmailDomain
model object.public Boolean isDisposable()
null
.public Boolean isFree()
null
.public Boolean isHighRisk()
null
.public String getFirstSeen()
public LocalDate getFirstSeenDate()
Copyright © 2021 MaxMind, Inc.. All rights reserved.