Class InsightsTableResultColumnsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightsTableResultColumnsItem
The InsightsTableResultColumnsItem model.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InsightsTableResultColumnsItem
public InsightsTableResultColumnsItem()
-
-
Method Details
-
type
Get the type property: the type of the colum.- Returns:
- the type value.
-
withType
Set the type property: the type of the colum.- Parameters:
type
- the type value to set.- Returns:
- the InsightsTableResultColumnsItem object itself.
-
name
Get the name property: the name of the colum.- Returns:
- the name value.
-
withName
Set the name property: the name of the colum.- Parameters:
name
- the name value to set.- Returns:
- the InsightsTableResultColumnsItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-