Class CollectorPolicyListResult

java.lang.Object
com.azure.resourcemanager.networkfunction.models.CollectorPolicyListResult

public final class CollectorPolicyListResult extends Object
Response for the ListCollectorPolicies API service call.
  • Constructor Details

    • CollectorPolicyListResult

      public CollectorPolicyListResult()
  • Method Details

    • value

      public List<CollectorPolicyInner> value()
      Get the value property: A list of collection policies.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of collection policies.
      Parameters:
      value - the value value to set.
      Returns:
      the CollectorPolicyListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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