Class EntityExpandResponseInner

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

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

    • EntityExpandResponseInner

      public EntityExpandResponseInner()
  • Method Details

    • metadata

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

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

      public EntityExpandResponseValue 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 EntityExpandResponseInner object itself.
    • validate

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