GitHubConnectorStatsProperties Class

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

public final class GitHubConnectorStatsProperties

The GitHubConnectorStatsProperties model.

Constructor Summary

Constructor Description
GitHubConnectorStatsProperties()

Creates an instance of GitHubConnectorStatsProperties class.

Method Summary

Modifier and Type Method and Description
Long ownersCount()

Get the ownersCount property: Gets or sets owners count.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

Long reposCount()

Get the reposCount property: Gets or sets repos count.

void validate()

Validates the instance.

GitHubConnectorStatsProperties withOwnersCount(Long ownersCount)

Set the ownersCount property: Gets or sets owners count.

GitHubConnectorStatsProperties withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: The provisioningState property.

GitHubConnectorStatsProperties withReposCount(Long reposCount)

Set the reposCount property: Gets or sets repos count.

Methods inherited from java.lang.Object

Constructor Details

GitHubConnectorStatsProperties

public GitHubConnectorStatsProperties()

Creates an instance of GitHubConnectorStatsProperties class.

Method Details

ownersCount

public Long ownersCount()

Get the ownersCount property: Gets or sets owners count.

Returns:

the ownersCount value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

Returns:

the provisioningState value.

reposCount

public Long reposCount()

Get the reposCount property: Gets or sets repos count.

Returns:

the reposCount value.

validate

public void validate()

Validates the instance.

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.

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.

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.

Applies to