Class GetClassificationMatchRequest
Object
GetClassificationMatchRequest
Request to delete classification match.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionGetClassificationMatchRequest
(UUID classificationMatchId) Creates a newGetClassificationMatchRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
of the classification match.int
hashCode()
void
setClassificationMatchId
(UUID classificationMatchId) Theid
of the classification match.toString()
-
Constructor Details
-
GetClassificationMatchRequest
Creates a newGetClassificationMatchRequest
instance.- Parameters:
classificationMatchId
- Theid
of the classification match.
-
GetClassificationMatchRequest
public GetClassificationMatchRequest()
-
-
Method Details