OperationResultsDescriptionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.healthcareapis.fluent.models.OperationResultsDescriptionInner

public final class OperationResultsDescriptionInner

The properties indicating the operation result of an operation on a service.

Constructor Summary

Constructor Description
OperationResultsDescriptionInner()

Method Summary

Modifier and Type Method and Description
String endTime()

Get the endTime property: The time that the operation finished.

String id()

Get the id property: The ID of the operation returned.

String name()

Get the name property: The name of the operation result.

Object properties()

Get the properties property: Additional properties of the operation result.

String startTime()

Get the startTime property: The time that the operation was started.

OperationResultStatus status()

Get the status property: The status of the operation being performed.

void validate()

Validates the instance.

OperationResultsDescriptionInner withProperties(Object properties)

Set the properties property: Additional properties of the operation result.

Methods inherited from java.lang.Object

Constructor Details

OperationResultsDescriptionInner

public OperationResultsDescriptionInner()

Method Details

endTime

public String endTime()

Get the endTime property: The time that the operation finished.

Returns:

the endTime value.

id

public String id()

Get the id property: The ID of the operation returned.

Returns:

the id value.

name

public String name()

Get the name property: The name of the operation result.

Returns:

the name value.

properties

public Object properties()

Get the properties property: Additional properties of the operation result.

Returns:

the properties value.

startTime

public String startTime()

Get the startTime property: The time that the operation was started.

Returns:

the startTime value.

status

public OperationResultStatus status()

Get the status property: The status of the operation being performed.

Returns:

the status value.

validate

public void validate()

Validates the instance.

withProperties

public OperationResultsDescriptionInner withProperties(Object properties)

Set the properties property: Additional properties of the operation result.

Parameters:

properties - the properties value to set.

Returns:

the OperationResultsDescriptionInner object itself.

Applies to