Class AzureDevOpsConnectorStatsListResponseInner

java.lang.Object
com.azure.resourcemanager.securitydevops.fluent.models.AzureDevOpsConnectorStatsListResponseInner

public final class AzureDevOpsConnectorStatsListResponseInner extends Object
The AzureDevOpsConnectorStatsListResponse model.
  • Constructor Details

    • AzureDevOpsConnectorStatsListResponseInner

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

    • value

      Get the value property: Gets or sets list of resources.
      Returns:
      the value value.
    • withValue

      Set the value property: Gets or sets list of resources.
      Parameters:
      value - the value value to set.
      Returns:
      the AzureDevOpsConnectorStatsListResponseInner object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Gets or sets next link to scroll over the results.
      Returns:
      the nextLink value.
    • withNextLink

      public AzureDevOpsConnectorStatsListResponseInner withNextLink(String nextLink)
      Set the nextLink property: Gets or sets next link to scroll over the results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AzureDevOpsConnectorStatsListResponseInner object itself.
    • validate

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