Class SummarizeResultsInner

java.lang.Object
com.azure.resourcemanager.policyinsights.fluent.models.SummarizeResultsInner

public final class SummarizeResultsInner extends Object
Summarize action results.
  • Constructor Details

    • SummarizeResultsInner

      public SummarizeResultsInner()
      Creates an instance of SummarizeResultsInner class.
  • Method Details

    • odataContext

      public String odataContext()
      Get the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
      Returns:
      the odataContext value.
    • withOdataContext

      public SummarizeResultsInner withOdataContext(String odataContext)
      Set the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
      Parameters:
      odataContext - the odataContext value to set.
      Returns:
      the SummarizeResultsInner object itself.
    • odataCount

      public Integer odataCount()
      Get the odataCount property: OData entity count; represents the number of summaries returned; always set to 1.
      Returns:
      the odataCount value.
    • withOdataCount

      public SummarizeResultsInner withOdataCount(Integer odataCount)
      Set the odataCount property: OData entity count; represents the number of summaries returned; always set to 1.
      Parameters:
      odataCount - the odataCount value to set.
      Returns:
      the SummarizeResultsInner object itself.
    • value

      public List<Summary> value()
      Get the value property: Summarize action results.
      Returns:
      the value value.
    • withValue

      public SummarizeResultsInner withValue(List<Summary> value)
      Set the value property: Summarize action results.
      Parameters:
      value - the value value to set.
      Returns:
      the SummarizeResultsInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.