Class EntityTimelineResponseInner

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

public final class EntityTimelineResponseInner extends Object
The entity timeline result operation response.
  • Constructor Details

    • EntityTimelineResponseInner

      public EntityTimelineResponseInner()
  • Method Details

    • metadata

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

      public EntityTimelineResponseInner withMetadata(TimelineResultsMetadata metadata)
      Set the metadata property: The metadata from the timeline operation results.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the EntityTimelineResponseInner object itself.
    • value

      public List<EntityTimelineItem> value()
      Get the value property: The timeline result values.
      Returns:
      the value value.
    • withValue

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

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