Class EntityTimelineResponseInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.EntityTimelineResponseInner
The entity timeline result operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmetadata()
Get the metadata property: The metadata from the timeline operation results.void
validate()
Validates the instance.value()
Get the value property: The timeline result values.withMetadata
(TimelineResultsMetadata metadata) Set the metadata property: The metadata from the timeline operation results.withValue
(List<EntityTimelineItem> value) Set the value property: The timeline result values.
-
Constructor Details
-
EntityTimelineResponseInner
public EntityTimelineResponseInner()
-
-
Method Details
-
metadata
Get the metadata property: The metadata from the timeline operation results.- Returns:
- the metadata value.
-
withMetadata
Set the metadata property: The metadata from the timeline operation results.- Parameters:
metadata
- the metadata value to set.- Returns:
- the EntityTimelineResponseInner object itself.
-
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.
-