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 newAddClassificationMatchesRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
of an asset for which classification matches will be added.The list ofid
of classifications to be used in created classification matches.int
hashCode()
void
setAssetId
(UUID assetId) Theid
of an asset for which classification matches will be added.void
setClassificationIds
(List<UUID> classificationIds) The list ofid
of classifications to be used in created classification matches.toString()
-
Constructor Details
-
AddClassificationMatchesRequest
Creates a newAddClassificationMatchesRequest
instance.- Parameters:
assetId
- Theid
of an asset for which classification matches will be added.classificationIds
- The list ofid
of classifications to be used in created classification matches.
-
AddClassificationMatchesRequest
public AddClassificationMatchesRequest()
-
-
Method Details
-
builder
-
getAssetId
Theid
of an asset for which classification matches will be added. -
getClassificationIds
The list ofid
of classifications to be used in created classification matches. -
setAssetId
Theid
of an asset for which classification matches will be added. -
setClassificationIds
The list ofid
of classifications to be used in created classification matches. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-