Class ChangeClassificationMatchRequest
Object
ChangeClassificationMatchRequest
- All Implemented Interfaces:
Serializable
Criteria for changing classification match.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe status of classification match to be changed to. -
Constructor Summary
ConstructorsConstructorDescriptionChangeClassificationMatchRequest(UUID classificationMatchId, ChangeClassificationMatchRequest.ClassificationStatus status, Double confidence) Creates a newChangeClassificationMatchRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheidof the classification match.The confidence level between 0-1 which the current match is assigned with.The classification status to be set on classification match with given id.inthashCode()voidsetClassificationMatchId(UUID classificationMatchId) Theidof the classification match.voidsetConfidence(Double confidence) The confidence level between 0-1 which the current match is assigned with.voidThe classification status to be set on classification match with given id.toString()
-
Constructor Details
-
ChangeClassificationMatchRequest
public ChangeClassificationMatchRequest(UUID classificationMatchId, ChangeClassificationMatchRequest.ClassificationStatus status, Double confidence) Creates a newChangeClassificationMatchRequestinstance.- Parameters:
classificationMatchId- Theidof the classification match.status- The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED.confidence- The confidence level between 0-1 which the current match is assigned with.
-
ChangeClassificationMatchRequest
public ChangeClassificationMatchRequest()
-
-
Method Details
-
builder
-
getClassificationMatchId
Theidof the classification match. -
getStatus
The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED. -
getConfidence
The confidence level between 0-1 which the current match is assigned with. -
setClassificationMatchId
Theidof the classification match. -
setStatus
The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED. -
setConfidence
The confidence level between 0-1 which the current match is assigned with. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-