Class GitHubConnectorStatsProperties

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

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

    • GitHubConnectorStatsProperties

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

    • provisioningState

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

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

      public Long ownersCount()
      Get the ownersCount property: Gets or sets owners count.
      Returns:
      the ownersCount value.
    • withOwnersCount

      public GitHubConnectorStatsProperties withOwnersCount(Long ownersCount)
      Set the ownersCount property: Gets or sets owners count.
      Parameters:
      ownersCount - the ownersCount value to set.
      Returns:
      the GitHubConnectorStatsProperties object itself.
    • reposCount

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

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

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