public class ExternalLinkCheckHistoryEntry extends Object implements Serializable
Constructor and Description |
---|
ExternalLinkCheckHistoryEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getReason()
Failure reason
|
ExternalLinkStatus |
getStatus()
Check status
|
int |
getTimestamp()
Timestamp of the check
|
ExternalLinkCheckHistoryEntry |
setReason(String reason)
Set the reason
|
ExternalLinkCheckHistoryEntry |
setStatus(ExternalLinkStatus status)
Set check status
|
ExternalLinkCheckHistoryEntry |
setTimestamp(int timestamp)
Set timestamp
|
String |
toString() |
public int getTimestamp()
public ExternalLinkCheckHistoryEntry setTimestamp(int timestamp)
timestamp
- timestamppublic ExternalLinkStatus getStatus()
public ExternalLinkCheckHistoryEntry setStatus(ExternalLinkStatus status)
status
- statuspublic String getReason()
public ExternalLinkCheckHistoryEntry setReason(String reason)
reason
- reasonCopyright © 2024 Gentics Software. All rights reserved.