Class MetadataCategories
java.lang.Object
com.azure.resourcemanager.securityinsights.models.MetadataCategories
ies for the solution content item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondomains()
Get the domains property: domain for the solution content item.void
validate()
Validates the instance.Get the verticals property: Industry verticals for the solution content item.withDomains
(List<String> domains) Set the domains property: domain for the solution content item.withVerticals
(List<String> verticals) Set the verticals property: Industry verticals for the solution content item.
-
Constructor Details
-
MetadataCategories
public MetadataCategories()
-
-
Method Details
-
domains
Get the domains property: domain for the solution content item.- Returns:
- the domains value.
-
withDomains
Set the domains property: domain for the solution content item.- Parameters:
domains
- the domains value to set.- Returns:
- the MetadataCategories object itself.
-
verticals
Get the verticals property: Industry verticals for the solution content item.- Returns:
- the verticals value.
-
withVerticals
Set the verticals property: Industry verticals for the solution content item.- Parameters:
verticals
- the verticals value to set.- Returns:
- the MetadataCategories object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-