public class ValidityPeriod extends Object
| Constructor and Description |
|---|
ValidityPeriod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getNotAfter() |
Long |
getNotBefore() |
int |
hashCode() |
ValidityPeriod |
notAfter(Long notAfter) |
ValidityPeriod |
notBefore(Long notBefore) |
void |
setNotAfter(Long notAfter) |
void |
setNotBefore(Long notBefore) |
String |
toString() |
public ValidityPeriod notBefore(Long notBefore)
public Long getNotBefore()
public void setNotBefore(Long notBefore)
public ValidityPeriod notAfter(Long notAfter)
public Long getNotAfter()
public void setNotAfter(Long notAfter)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2018. All rights reserved.