Class SensitivityClassification
java.lang.Object
com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification
public class SensitivityClassification
extends java.lang.Object
Provides the functionlity to retrieve Sensitivity Classification data as received from SQL Server for the active
resultSet
-
Constructor Summary
Constructors Constructor Description SensitivityClassification(java.util.List<Label> labels, java.util.List<InformationType> informationTypes, java.util.List<ColumnSensitivity> columnSensitivity)Constructs aSensitivityClassificationObject -
Method Summary
Modifier and Type Method Description java.util.List<ColumnSensitivity>getColumnSensitivities()Returns the column sensitivity for thisSensitivityClassificationObjectjava.util.List<InformationType>getInformationTypes()Returns the information types for thisSensitivityClassificationObjectjava.util.List<Label>getLabels()Returns the labels for thisSensitivityClassificationObject
-
Constructor Details
-
SensitivityClassification
public SensitivityClassification(java.util.List<Label> labels, java.util.List<InformationType> informationTypes, java.util.List<ColumnSensitivity> columnSensitivity)Constructs aSensitivityClassificationObject- Parameters:
labels- Labels as received from SQL ServerinformationTypes- Information Types as received from SQL ServercolumnSensitivity- Column Sensitivities as received from SQL Server
-
-
Method Details
-
getLabels
Returns the labels for thisSensitivityClassificationObject- Returns:
- labels
-
getInformationTypes
Returns the information types for thisSensitivityClassificationObject- Returns:
- informationTypes
-
getColumnSensitivities
Returns the column sensitivity for thisSensitivityClassificationObject- Returns:
- columnSensitivities
-