Class InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem
The InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the headerProperty property: Insight column header.Get the outputType property: Insights Column type.Get the supportDeepLink property: Is query supports deep-link.void
validate()
Validates the instance.withHeaderProperty
(String headerProperty) Set the headerProperty property: Insight column header.withOutputType
(OutputType outputType) Set the outputType property: Insights Column type.withSupportDeepLink
(Boolean supportDeepLink) Set the supportDeepLink property: Is query supports deep-link.
-
Constructor Details
-
InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem
public InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem()
-
-
Method Details
-
headerProperty
Get the headerProperty property: Insight column header.- Returns:
- the headerProperty value.
-
withHeaderProperty
public InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem withHeaderProperty(String headerProperty) Set the headerProperty property: Insight column header.- Parameters:
headerProperty
- the headerProperty value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem object itself.
-
outputType
Get the outputType property: Insights Column type.- Returns:
- the outputType value.
-
withOutputType
public InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem withOutputType(OutputType outputType) Set the outputType property: Insights Column type.- Parameters:
outputType
- the outputType value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem object itself.
-
supportDeepLink
Get the supportDeepLink property: Is query supports deep-link.- Returns:
- the supportDeepLink value.
-
withSupportDeepLink
public InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem withSupportDeepLink(Boolean supportDeepLink) Set the supportDeepLink property: Is query supports deep-link.- Parameters:
supportDeepLink
- the supportDeepLink value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-