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 newAddClassificationMatchRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheidof an asset for which classification matches will be added.Theidof classification to be used in created classification match.inthashCode()voidsetAssetId(UUID assetId) Theidof an asset for which classification matches will be added.voidsetClassificationId(UUID classificationId) Theidof classification to be used in created classification match.toString()
-
Constructor Details
-
AddClassificationMatchRequest
Creates a newAddClassificationMatchRequestinstance.- Parameters:
assetId- Theidof an asset for which classification matches will be added.classificationId- Theidof classification to be used in created classification match.
-
AddClassificationMatchRequest
public AddClassificationMatchRequest()
-
-
Method Details
-
builder
-
getAssetId
Theidof an asset for which classification matches will be added. -
getClassificationId
Theidof classification to be used in created classification match. -
setAssetId
Theidof an asset for which classification matches will be added. -
setClassificationId
Theidof classification to be used in created classification match. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-