GitHubConnectorStatsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. securitydevops. models. GitHubConnectorStatsProperties
- com.
public final class GitHubConnectorStatsProperties
The GitHubConnectorStatsProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubConnectorStatsProperties() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
ownersCount()
Get the owners |
|
Provisioning |
provisioningState()
Get the provisioning |
| Long |
reposCount()
Get the repos |
| void |
validate()
Validates the instance. |
|
Git |
withOwnersCount(Long ownersCount)
Set the owners |
|
Git |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
|
Git |
withReposCount(Long reposCount)
Set the repos |
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:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioningState property.
Returns:
reposCount
public Long reposCount()
Get the reposCount property: Gets or sets repos count.
Returns:
validate
public void validate()
Validates the instance.
withOwnersCount
public GitHubConnectorStatsProperties withOwnersCount(Long ownersCount)
Set the ownersCount property: Gets or sets owners count.
Parameters:
Returns:
withProvisioningState
public GitHubConnectorStatsProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: The provisioningState property.
Parameters:
Returns:
withReposCount
public GitHubConnectorStatsProperties withReposCount(Long reposCount)
Set the reposCount property: Gets or sets repos count.
Parameters:
Returns: