Package org.lockss.laaws.poller.model
Class RepairData
java.lang.Object
org.lockss.laaws.poller.model.RepairData
structure used to define a repair source for url. if the source is null than repair from publisher
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringThe peer to repair from@NotNull StringThe url to repairThe status of this repairinthashCode()repairFrom(String repairFrom) result(RepairData.ResultEnum result) voidsetRepairFrom(String repairFrom) voidsetRepairUrl(String repairUrl) voidsetResult(RepairData.ResultEnum result) toString()
-
Constructor Details
-
RepairData
public RepairData()
-
-
Method Details
-
repairUrl
-
getRepairUrl
The url to repair- Returns:
- repairUrl
-
setRepairUrl
-
repairFrom
-
getRepairFrom
The peer to repair from- Returns:
- repairFrom
-
setRepairFrom
-
result
-
getResult
The status of this repair- Returns:
- result
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-