public static class ExpireMessageBase.Entry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
the domain name
|
private java.lang.String |
encodedDomainName
the encoded domain name
|
private java.util.Date |
expirationDate
the expiration date
|
Constructor and Description |
---|
Entry(java.lang.String theDomainName,
java.lang.String theEncodedDomainName,
java.util.Date theExpirationDate)
constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainName()
return the domain name
|
java.lang.String |
getEncodedDomainName()
return the encoded domain name
|
java.util.Date |
getExpirationDate()
return the expiration date
|
private java.lang.String domainName
private java.lang.String encodedDomainName
private java.util.Date expirationDate
Entry(java.lang.String theDomainName, java.lang.String theEncodedDomainName, java.util.Date theExpirationDate)
theDomainName
- the domain nametheEncodedDomainName
- the encoded domain nametheExpirationDate
- the expiration datepublic java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public java.util.Date getExpirationDate()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH