Class AddClassificationMatchesRequest
Object
AddClassificationMatchesRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAddClassificationMatchesRequest(UUID assetId, List<UUID> classificationIds) Creates a newAddClassificationMatchesRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheidof an asset for which classification matches will be added.The list ofidof classifications to be used in created classification matches.inthashCode()voidsetAssetId(UUID assetId) Theidof an asset for which classification matches will be added.voidsetClassificationIds(List<UUID> classificationIds) The list ofidof classifications to be used in created classification matches.toString()
-
Constructor Details
-
AddClassificationMatchesRequest
Creates a newAddClassificationMatchesRequestinstance.- Parameters:
assetId- Theidof an asset for which classification matches will be added.classificationIds- The list ofidof classifications to be used in created classification matches.
-
AddClassificationMatchesRequest
public AddClassificationMatchesRequest()
-
-
Method Details
-
builder
-
getAssetId
Theidof an asset for which classification matches will be added. -
getClassificationIds
The list ofidof classifications to be used in created classification matches. -
setAssetId
Theidof an asset for which classification matches will be added. -
setClassificationIds
The list ofidof classifications to be used in created classification matches. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-