Class RecommendedActionSessionsOperationStatusInner
java.lang.Object
com.azure.resourcemanager.mariadb.fluent.models.RecommendedActionSessionsOperationStatusInner
Recommendation action session operation status.
-
Constructor Summary
ConstructorDescriptionCreates an instance of RecommendedActionSessionsOperationStatusInner class. -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Operation identifier.Get the startTime property: Operation start time.status()
Get the status property: Operation status.void
validate()
Validates the instance.Set the name property: Operation identifier.withStartTime
(OffsetDateTime startTime) Set the startTime property: Operation start time.withStatus
(String status) Set the status property: Operation status.
-
Constructor Details
-
RecommendedActionSessionsOperationStatusInner
public RecommendedActionSessionsOperationStatusInner()Creates an instance of RecommendedActionSessionsOperationStatusInner class.
-
-
Method Details
-
name
Get the name property: Operation identifier.- Returns:
- the name value.
-
withName
Set the name property: Operation identifier.- Parameters:
name
- the name value to set.- Returns:
- the RecommendedActionSessionsOperationStatusInner object itself.
-
startTime
Get the startTime property: Operation start time.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: Operation start time.- Parameters:
startTime
- the startTime value to set.- Returns:
- the RecommendedActionSessionsOperationStatusInner object itself.
-
status
Get the status property: Operation status.- Returns:
- the status value.
-
withStatus
Set the status property: Operation status.- Parameters:
status
- the status value to set.- Returns:
- the RecommendedActionSessionsOperationStatusInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-