Class BookmarkExpandResponseInner

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.BookmarkExpandResponseInner

public final class BookmarkExpandResponseInner extends Object
The entity expansion result operation response.
  • Constructor Details

    • BookmarkExpandResponseInner

      public BookmarkExpandResponseInner()
  • Method Details

    • metadata

      public ExpansionResultsMetadata metadata()
      Get the metadata property: The metadata from the expansion operation results.
      Returns:
      the metadata value.
    • withMetadata

      public BookmarkExpandResponseInner withMetadata(ExpansionResultsMetadata metadata)
      Set the metadata property: The metadata from the expansion operation results.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the BookmarkExpandResponseInner object itself.
    • value

      Get the value property: The expansion result values.
      Returns:
      the value value.
    • withValue

      Set the value property: The expansion result values.
      Parameters:
      value - the value value to set.
      Returns:
      the BookmarkExpandResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.