Class MetadataCategories

java.lang.Object
com.azure.resourcemanager.securityinsights.models.MetadataCategories

public final class MetadataCategories extends Object
ies for the solution content item.
  • Constructor Details

    • MetadataCategories

      public MetadataCategories()
  • Method Details

    • domains

      public List<String> domains()
      Get the domains property: domain for the solution content item.
      Returns:
      the domains value.
    • withDomains

      public MetadataCategories withDomains(List<String> domains)
      Set the domains property: domain for the solution content item.
      Parameters:
      domains - the domains value to set.
      Returns:
      the MetadataCategories object itself.
    • verticals

      public List<String> verticals()
      Get the verticals property: Industry verticals for the solution content item.
      Returns:
      the verticals value.
    • withVerticals

      public MetadataCategories withVerticals(List<String> verticals)
      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.