Class ClassifyRequest
Object
ClassifyRequest
Request to classify data.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionClassifyRequest
(List<UUID> assetIds, List<UUID> dataClassIds) Creates a newClassifyRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Ids of assets (with Column, Table or DataSet type) that will be classified.int
hashCode()
void
setAssetIds
(List<UUID> assetIds) Ids of assets (with Column, Table or DataSet type) that will be classified.void
setDataClassIds
(List<UUID> dataClassIds) toString()
-
Constructor Details
-
ClassifyRequest
Creates a newClassifyRequest
instance.- Parameters:
assetIds
- Ids of assets (with Column, Table or DataSet type) that will be classified.dataClassIds
-
-
ClassifyRequest
public ClassifyRequest()
-
-
Method Details
-
builder
-
getAssetIds
Ids of assets (with Column, Table or DataSet type) that will be classified. -
getDataClassIds
-
setAssetIds
Ids of assets (with Column, Table or DataSet type) that will be classified. -
setDataClassIds
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-