Class TimelineAggregation
java.lang.Object
com.azure.resourcemanager.securityinsights.models.TimelineAggregation
timeline aggregation information per kind.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
count()
Get the count property: the total items found for a kind.kind()
Get the kind property: the query kind.void
validate()
Validates the instance.withCount
(int count) Set the count property: the total items found for a kind.withKind
(EntityTimelineKind kind) Set the kind property: the query kind.
-
Constructor Details
-
TimelineAggregation
public TimelineAggregation()
-
-
Method Details
-
count
public int count()Get the count property: the total items found for a kind.- Returns:
- the count value.
-
withCount
Set the count property: the total items found for a kind.- Parameters:
count
- the count value to set.- Returns:
- the TimelineAggregation object itself.
-
kind
Get the kind property: the query kind.- Returns:
- the kind value.
-
withKind
Set the kind property: the query kind.- Parameters:
kind
- the kind value to set.- Returns:
- the TimelineAggregation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-