Class ChangeClassificationMatchRequest
Object
ChangeClassificationMatchRequest
- All Implemented Interfaces:
Serializable
Criteria for changing classification match.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The status of classification match to be changed to. -
Constructor Summary
ConstructorsConstructorDescriptionChangeClassificationMatchRequest
(UUID classificationMatchId, ChangeClassificationMatchRequest.ClassificationStatus status, Double confidence) Creates a newChangeClassificationMatchRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
of 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.int
hashCode()
void
setClassificationMatchId
(UUID classificationMatchId) Theid
of the classification match.void
setConfidence
(Double confidence) The confidence level between 0-1 which the current match is assigned with.void
The 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 newChangeClassificationMatchRequest
instance.- Parameters:
classificationMatchId
- Theid
of 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
Theid
of 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
Theid
of 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
-