Class ClassifyRequest
Object
ClassifyRequest
Request to classify data.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionClassifyRequest(List<UUID> assetIds, List<UUID> dataClassIds) Creates a newClassifyRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanIds of assets (with Column, Table or DataSet type) that will be classified.inthashCode()voidsetAssetIds(List<UUID> assetIds) Ids of assets (with Column, Table or DataSet type) that will be classified.voidsetDataClassIds(List<UUID> dataClassIds) toString()
-
Constructor Details
-
ClassifyRequest
Creates a newClassifyRequestinstance.- 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
-