Package de.trustable.ca3s.core.domain
Class CRLExpirationNotification
- java.lang.Object
-
- de.trustable.ca3s.core.domain.CRLExpirationNotification
-
- All Implemented Interfaces:
Serializable
@Entity public class CRLExpirationNotification extends Object implements Serializable
A CRLExpirationNotification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CRLExpirationNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CRLExpirationNotificationcrlUrl(String crlUrl)booleanequals(Object o)StringgetCrlUrl()LonggetId()DurationgetNotifyBefore()InstantgetNotifyUntil()inthashCode()CRLExpirationNotificationid(Long id)CRLExpirationNotificationnotifyBefore(Duration notifyBefore)CRLExpirationNotificationnotifyUntil(Instant notifyUntil)voidsetCrlUrl(String crlUrl)voidsetId(Long id)voidsetNotifyBefore(Duration notifyBefore)voidsetNotifyUntil(Instant notifyUntil)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public CRLExpirationNotification id(Long id)
-
setId
public void setId(Long id)
-
getCrlUrl
public String getCrlUrl()
-
crlUrl
public CRLExpirationNotification crlUrl(String crlUrl)
-
setCrlUrl
public void setCrlUrl(String crlUrl)
-
getNotifyBefore
public Duration getNotifyBefore()
-
notifyBefore
public CRLExpirationNotification notifyBefore(Duration notifyBefore)
-
setNotifyBefore
public void setNotifyBefore(Duration notifyBefore)
-
getNotifyUntil
public Instant getNotifyUntil()
-
notifyUntil
public CRLExpirationNotification notifyUntil(Instant notifyUntil)
-
setNotifyUntil
public void setNotifyUntil(Instant notifyUntil)
-
-