OperationDetailInner Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.fluent.models.OperationDetailInner

public final class OperationDetailInner

Operation detail payload.

Constructor Summary

Constructor Description
OperationDetailInner()

Creates an instance of OperationDetailInner class.

Method Summary

Modifier and Type Method and Description
OperationDisplay display()

Get the display property: Display of the operation.

Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation is a data action.

String name()

Get the name property: Name of the operation.

String origin()

Get the origin property: Origin of the operation.

ServiceSpecification serviceSpecification()

Get the serviceSpecification property: One property of operation, include metric specifications.

void validate()

Validates the instance.

OperationDetailInner withDisplay(OperationDisplay display)

Set the display property: Display of the operation.

OperationDetailInner withIsDataAction(Boolean isDataAction)

Set the isDataAction property: Indicates whether the operation is a data action.

OperationDetailInner withName(String name)

Set the name property: Name of the operation.

OperationDetailInner withOrigin(String origin)

Set the origin property: Origin of the operation.

OperationDetailInner withServiceSpecification(ServiceSpecification serviceSpecification)

Set the serviceSpecification property: One property of operation, include metric specifications.

Methods inherited from java.lang.Object

Constructor Details

OperationDetailInner

public OperationDetailInner()

Creates an instance of OperationDetailInner class.

Method Details

display

public OperationDisplay display()

Get the display property: Display of the operation.

Returns:

the display value.

isDataAction

public Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation is a data action.

Returns:

the isDataAction value.

name

public String name()

Get the name property: Name of the operation.

Returns:

the name value.

origin

public String origin()

Get the origin property: Origin of the operation.

Returns:

the origin value.

serviceSpecification

public ServiceSpecification serviceSpecification()

Get the serviceSpecification property: One property of operation, include metric specifications.

Returns:

the serviceSpecification value.

validate

public void validate()

Validates the instance.

withDisplay

public OperationDetailInner withDisplay(OperationDisplay display)

Set the display property: Display of the operation.

Parameters:

display - the display value to set.

Returns:

the OperationDetailInner object itself.

withIsDataAction

public OperationDetailInner withIsDataAction(Boolean isDataAction)

Set the isDataAction property: Indicates whether the operation is a data action.

Parameters:

isDataAction - the isDataAction value to set.

Returns:

the OperationDetailInner object itself.

withName

public OperationDetailInner withName(String name)

Set the name property: Name of the operation.

Parameters:

name - the name value to set.

Returns:

the OperationDetailInner object itself.

withOrigin

public OperationDetailInner withOrigin(String origin)

Set the origin property: Origin of the operation.

Parameters:

origin - the origin value to set.

Returns:

the OperationDetailInner object itself.

withServiceSpecification

public OperationDetailInner withServiceSpecification(ServiceSpecification serviceSpecification)

Set the serviceSpecification property: One property of operation, include metric specifications.

Parameters:

serviceSpecification - the serviceSpecification value to set.

Returns:

the OperationDetailInner object itself.

Applies to