Class ExternalLinkCheckHistoryEntry
java.lang.Object
com.gentics.contentnode.rest.model.linkchecker.ExternalLinkCheckHistoryEntry
- All Implemented Interfaces:
Serializable
Item in the history of validity checks for an external link
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFailure reasonCheck statusintTimestamp of the checkSet the reasonsetStatus(ExternalLinkStatus status) Set check statussetTimestamp(int timestamp) Set timestamptoString()
-
Constructor Details
-
ExternalLinkCheckHistoryEntry
public ExternalLinkCheckHistoryEntry()
-
-
Method Details
-
getTimestamp
public int getTimestamp()Timestamp of the check- Returns:
- timestamp
-
setTimestamp
Set timestamp- Parameters:
timestamp- timestamp- Returns:
- fluent API
-
getStatus
Check status- Returns:
- status
-
setStatus
Set check status- Parameters:
status- status- Returns:
- fluent API
-
getReason
Failure reason- Returns:
- reason
-
setReason
Set the reason- Parameters:
reason- reason- Returns:
- fluent API
-
toString
-