QueryPerformanceInsightResetDataResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. fluent. models. QueryPerformanceInsightResetDataResultInner
- com.
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. |
|
Query |
status()
Get the status property: Indicates result of the operation. |
| void |
validate()
Validates the instance. |
|
Query |
withMessage(String message)
Set the message property: operation message. |
|
Query |
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:
status
public QueryPerformanceInsightResetDataResultState status()
Get the status property: Indicates result of the operation.
Returns:
validate
public void validate()
Validates the instance.
withMessage
public QueryPerformanceInsightResetDataResultInner withMessage(String message)
Set the message property: operation message.
Parameters:
Returns:
withStatus
public QueryPerformanceInsightResetDataResultInner withStatus(QueryPerformanceInsightResetDataResultState status)
Set the status property: Indicates result of the operation.
Parameters:
Returns: