QueryPerformanceInsightResetDataResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.fluent.models.QueryPerformanceInsightResetDataResultInner

public final class QueryPerformanceInsightResetDataResultInner

Result of Query Performance Insight data reset.

Constructor Summary

Constructor Description
QueryPerformanceInsightResetDataResultInner()

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: operation message.

QueryPerformanceInsightResetDataResultState status()

Get the status property: Indicates result of the operation.

void validate()

Validates the instance.

QueryPerformanceInsightResetDataResultInner withMessage(String message)

Set the message property: operation message.

QueryPerformanceInsightResetDataResultInner withStatus(QueryPerformanceInsightResetDataResultState status)

Set the status property: Indicates result of the operation.

Methods inherited from java.lang.Object

Constructor Details

QueryPerformanceInsightResetDataResultInner

public QueryPerformanceInsightResetDataResultInner()

Method Details

message

public String message()

Get the message property: operation message.

Returns:

the message value.

status

public QueryPerformanceInsightResetDataResultState status()

Get the status property: Indicates result of the operation.

Returns:

the status value.

validate

public void validate()

Validates the instance.

withMessage

public QueryPerformanceInsightResetDataResultInner withMessage(String message)

Set the message property: operation message.

Parameters:

message - the message value to set.

Returns:

the QueryPerformanceInsightResetDataResultInner object itself.

withStatus

public QueryPerformanceInsightResetDataResultInner withStatus(QueryPerformanceInsightResetDataResultState status)

Set the status property: Indicates result of the operation.

Parameters:

status - the status value to set.

Returns:

the QueryPerformanceInsightResetDataResultInner object itself.

Applies to