Class CoreSummary
java.lang.Object
com.azure.resourcemanager.loganalytics.models.CoreSummary
The core summary of a search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the numberOfDocuments property: The number of documents of a core summary.status()Get the status property: The status of a core summary.voidvalidate()Validates the instance.withNumberOfDocuments(long numberOfDocuments) Set the numberOfDocuments property: The number of documents of a core summary.withStatus(String status) Set the status property: The status of a core summary.
-
Constructor Details
-
CoreSummary
public CoreSummary()
-
-
Method Details
-
status
Get the status property: The status of a core summary.- Returns:
- the status value.
-
withStatus
Set the status property: The status of a core summary.- Parameters:
status- the status value to set.- Returns:
- the CoreSummary object itself.
-
numberOfDocuments
public long numberOfDocuments()Get the numberOfDocuments property: The number of documents of a core summary.- Returns:
- the numberOfDocuments value.
-
withNumberOfDocuments
Set the numberOfDocuments property: The number of documents of a core summary.- Parameters:
numberOfDocuments- the numberOfDocuments value to set.- Returns:
- the CoreSummary object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-