java.lang.Object
com.azure.resourcemanager.loganalytics.models.CoreSummary

public final class CoreSummary extends Object
The core summary of a search.
  • Constructor Details

    • CoreSummary

      public CoreSummary()
  • Method Details

    • status

      public String status()
      Get the status property: The status of a core summary.
      Returns:
      the status value.
    • withStatus

      public CoreSummary withStatus(String status)
      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

      public CoreSummary withNumberOfDocuments(long numberOfDocuments)
      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.