public class DomainPart extends Object implements RemotePart
| Constructor and Description |
|---|
DomainPart(Domain domain) |
DomainPart(String domain) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
smtpText()
Returns the raw remote part text, as it was supplied in the SMTP
transaction.
|
String |
toString() |
public final Domain domain
public DomainPart(Domain domain)
public DomainPart(String domain)
public String smtpText()
RemotePartsmtpText in interface RemotePartpublic int hashCode()
hashCode in interface RemoteParthashCode in class Objectpublic boolean equals(Object obj)
equals in interface RemotePartequals in class Objectpublic String toString()
toString in class Object