RecommendedActionSessionsOperationStatusInner Class

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

public final class RecommendedActionSessionsOperationStatusInner

Recommendation action session operation status.

Constructor Summary

Constructor Description
RecommendedActionSessionsOperationStatusInner()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Operation identifier.

OffsetDateTime startTime()

Get the startTime property: Operation start time.

String status()

Get the status property: Operation status.

void validate()

Validates the instance.

RecommendedActionSessionsOperationStatusInner withName(String name)

Set the name property: Operation identifier.

RecommendedActionSessionsOperationStatusInner withStartTime(OffsetDateTime startTime)

Set the startTime property: Operation start time.

RecommendedActionSessionsOperationStatusInner withStatus(String status)

Set the status property: Operation status.

Methods inherited from java.lang.Object

Constructor Details

RecommendedActionSessionsOperationStatusInner

public RecommendedActionSessionsOperationStatusInner()

Method Details

name

public String name()

Get the name property: Operation identifier.

Returns:

the name value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Operation start time.

Returns:

the startTime value.

status

public String status()

Get the status property: Operation status.

Returns:

the status value.

validate

public void validate()

Validates the instance.

withName

public RecommendedActionSessionsOperationStatusInner withName(String name)

Set the name property: Operation identifier.

Parameters:

name - the name value to set.

Returns:

the RecommendedActionSessionsOperationStatusInner object itself.

withStartTime

public RecommendedActionSessionsOperationStatusInner withStartTime(OffsetDateTime startTime)

Set the startTime property: Operation start time.

Parameters:

startTime - the startTime value to set.

Returns:

the RecommendedActionSessionsOperationStatusInner object itself.

withStatus

public RecommendedActionSessionsOperationStatusInner withStatus(String status)

Set the status property: Operation status.

Parameters:

status - the status value to set.

Returns:

the RecommendedActionSessionsOperationStatusInner object itself.

Applies to