Class FieldMapping
java.lang.Object
com.azure.resourcemanager.securityinsights.models.FieldMapping
A single field mapping of the mapped entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the columnName property: the column name to be mapped to the identifier.Get the identifier property: the V3 identifier of the entity.void
validate()
Validates the instance.withColumnName
(String columnName) Set the columnName property: the column name to be mapped to the identifier.withIdentifier
(String identifier) Set the identifier property: the V3 identifier of the entity.
-
Constructor Details
-
FieldMapping
public FieldMapping()
-
-
Method Details
-
identifier
Get the identifier property: the V3 identifier of the entity.- Returns:
- the identifier value.
-
withIdentifier
Set the identifier property: the V3 identifier of the entity.- Parameters:
identifier
- the identifier value to set.- Returns:
- the FieldMapping object itself.
-
columnName
Get the columnName property: the column name to be mapped to the identifier.- Returns:
- the columnName value.
-
withColumnName
Set the columnName property: the column name to be mapped to the identifier.- Parameters:
columnName
- the columnName value to set.- Returns:
- the FieldMapping object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-