GitHubConnectorStats Class

public final class GitHubConnectorStats
extends ProxyResource

The GitHubConnectorStats model.

Constructor Summary

Constructor Description
GitHubConnectorStats()

Creates an instance of GitHubConnectorStats class.

Method Summary

Modifier and Type Method and Description
GitHubConnectorStatsProperties properties()

Get the properties property: The properties property.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

GitHubConnectorStats withProperties(GitHubConnectorStatsProperties properties)

Set the properties property: The properties property.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

GitHubConnectorStats

public GitHubConnectorStats()

Creates an instance of GitHubConnectorStats class.

Method Details

properties

public GitHubConnectorStatsProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public GitHubConnectorStats withProperties(GitHubConnectorStatsProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the GitHubConnectorStats object itself.

Applies to