Class AddClassificationMatchRequest
Object
AddClassificationMatchRequest
- All Implemented Interfaces:
Serializable
Criteria for adding classification match.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionAddClassificationMatchRequest
(UUID assetId, UUID classificationId) Creates a newAddClassificationMatchRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
of an asset for which classification matches will be added.Theid
of classification to be used in created classification match.int
hashCode()
void
setAssetId
(UUID assetId) Theid
of an asset for which classification matches will be added.void
setClassificationId
(UUID classificationId) Theid
of classification to be used in created classification match.toString()
-
Constructor Details
-
AddClassificationMatchRequest
Creates a newAddClassificationMatchRequest
instance.- Parameters:
assetId
- Theid
of an asset for which classification matches will be added.classificationId
- Theid
of classification to be used in created classification match.
-
AddClassificationMatchRequest
public AddClassificationMatchRequest()
-
-
Method Details
-
builder
-
getAssetId
Theid
of an asset for which classification matches will be added. -
getClassificationId
Theid
of classification to be used in created classification match. -
setAssetId
Theid
of an asset for which classification matches will be added. -
setClassificationId
Theid
of classification to be used in created classification match. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-