Class QueryPerformanceInsightResetDataResultInner
java.lang.Object
com.azure.resourcemanager.mariadb.fluent.models.QueryPerformanceInsightResetDataResultInner
Result of Query Performance Insight data reset.
-
Constructor Summary
ConstructorDescriptionCreates an instance of QueryPerformanceInsightResetDataResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionmessage()
Get the message property: operation message.status()
Get the status property: Indicates result of the operation.void
validate()
Validates the instance.withMessage
(String message) Set the message property: operation message.Set the status property: Indicates result of the operation.
-
Constructor Details
-
QueryPerformanceInsightResetDataResultInner
public QueryPerformanceInsightResetDataResultInner()Creates an instance of QueryPerformanceInsightResetDataResultInner class.
-
-
Method Details
-
status
Get the status property: Indicates result of the operation.- Returns:
- the status value.
-
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.
-
message
Get the message property: operation message.- Returns:
- the message value.
-
withMessage
Set the message property: operation message.- Parameters:
message
- the message value to set.- Returns:
- the QueryPerformanceInsightResetDataResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-