Lezen in het Engels

Delen via


WaitStatisticsInput Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.WaitStatisticsInput

public final class WaitStatisticsInput

Input to get wait statistics.

Constructor Summary

Constructor Description
WaitStatisticsInput()

Method Summary

Modifier and Type Method and Description
String aggregationWindow()

Get the aggregationWindow property: Aggregation interval type in ISO 8601 format.

OffsetDateTime observationEndTime()

Get the observationEndTime property: Observation end time.

OffsetDateTime observationStartTime()

Get the observationStartTime property: Observation start time.

void validate()

Validates the instance.

WaitStatisticsInput withAggregationWindow(String aggregationWindow)

Set the aggregationWindow property: Aggregation interval type in ISO 8601 format.

WaitStatisticsInput withObservationEndTime(OffsetDateTime observationEndTime)

Set the observationEndTime property: Observation end time.

WaitStatisticsInput withObservationStartTime(OffsetDateTime observationStartTime)

Set the observationStartTime property: Observation start time.

Methods inherited from java.lang.Object

Constructor Details

WaitStatisticsInput

public WaitStatisticsInput()

Method Details

aggregationWindow

public String aggregationWindow()

Get the aggregationWindow property: Aggregation interval type in ISO 8601 format.

Returns:

the aggregationWindow value.

observationEndTime

public OffsetDateTime observationEndTime()

Get the observationEndTime property: Observation end time.

Returns:

the observationEndTime value.

observationStartTime

public OffsetDateTime observationStartTime()

Get the observationStartTime property: Observation start time.

Returns:

the observationStartTime value.

validate

public void validate()

Validates the instance.

withAggregationWindow

public WaitStatisticsInput withAggregationWindow(String aggregationWindow)

Set the aggregationWindow property: Aggregation interval type in ISO 8601 format.

Parameters:

aggregationWindow - the aggregationWindow value to set.

Returns:

the WaitStatisticsInput object itself.

withObservationEndTime

public WaitStatisticsInput withObservationEndTime(OffsetDateTime observationEndTime)

Set the observationEndTime property: Observation end time.

Parameters:

observationEndTime - the observationEndTime value to set.

Returns:

the WaitStatisticsInput object itself.

withObservationStartTime

public WaitStatisticsInput withObservationStartTime(OffsetDateTime observationStartTime)

Set the observationStartTime property: Observation start time.

Parameters:

observationStartTime - the observationStartTime value to set.

Returns:

the WaitStatisticsInput object itself.

Applies to

Azure SDK for Java

Latest