Class AzureDevOpsConnectorStatsProperties

java.lang.Object
com.azure.resourcemanager.securitydevops.models.AzureDevOpsConnectorStatsProperties

public final class AzureDevOpsConnectorStatsProperties extends Object
The AzureDevOpsConnectorStatsProperties model.
  • Constructor Details

    • AzureDevOpsConnectorStatsProperties

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

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public AzureDevOpsConnectorStatsProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the AzureDevOpsConnectorStatsProperties object itself.
    • orgsCount

      public Long orgsCount()
      Get the orgsCount property: Gets or sets orgs count.
      Returns:
      the orgsCount value.
    • withOrgsCount

      public AzureDevOpsConnectorStatsProperties withOrgsCount(Long orgsCount)
      Set the orgsCount property: Gets or sets orgs count.
      Parameters:
      orgsCount - the orgsCount value to set.
      Returns:
      the AzureDevOpsConnectorStatsProperties object itself.
    • projectsCount

      public Long projectsCount()
      Get the projectsCount property: Gets or sets projects count.
      Returns:
      the projectsCount value.
    • withProjectsCount

      public AzureDevOpsConnectorStatsProperties withProjectsCount(Long projectsCount)
      Set the projectsCount property: Gets or sets projects count.
      Parameters:
      projectsCount - the projectsCount value to set.
      Returns:
      the AzureDevOpsConnectorStatsProperties object itself.
    • reposCount

      public Long reposCount()
      Get the reposCount property: Gets or sets repos count.
      Returns:
      the reposCount value.
    • withReposCount

      public AzureDevOpsConnectorStatsProperties withReposCount(Long reposCount)
      Set the reposCount property: Gets or sets repos count.
      Parameters:
      reposCount - the reposCount value to set.
      Returns:
      the AzureDevOpsConnectorStatsProperties object itself.
    • validate

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