Class EntityInsightItemQueryTimeInterval
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityInsightItemQueryTimeInterval
The Time interval that the query actually executed on.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Get the endTime property: Insight query end time.Get the startTime property: Insight query start time.void
validate()
Validates the instance.withEndTime
(OffsetDateTime endTime) Set the endTime property: Insight query end time.withStartTime
(OffsetDateTime startTime) Set the startTime property: Insight query start time.
-
Constructor Details
-
EntityInsightItemQueryTimeInterval
public EntityInsightItemQueryTimeInterval()
-
-
Method Details
-
startTime
Get the startTime property: Insight query start time.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: Insight query start time.- Parameters:
startTime
- the startTime value to set.- Returns:
- the EntityInsightItemQueryTimeInterval object itself.
-
endTime
Get the endTime property: Insight query end time.- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: Insight query end time.- Parameters:
endTime
- the endTime value to set.- Returns:
- the EntityInsightItemQueryTimeInterval object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-