OperationDetailInner Class
- java.
lang. Object - com.
azure. resourcemanager. maps. fluent. models. OperationDetailInner
- com.
public final class OperationDetailInner
Operation detail payload.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationDetailInner() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Operation |
display()
Get the display property: Display of the operation. |
| Boolean |
isDataAction()
Get the is |
| String |
name()
Get the name property: Name of the operation. |
| String |
origin()
Get the origin property: Origin of the operation. |
|
Service |
serviceSpecification()
Get the service |
| void |
validate()
Validates the instance. |
|
Operation |
withDisplay(OperationDisplay display)
Set the display property: Display of the operation. |
|
Operation |
withIsDataAction(Boolean isDataAction)
Set the is |
|
Operation |
withName(String name)
Set the name property: Name of the operation. |
|
Operation |
withOrigin(String origin)
Set the origin property: Origin of the operation. |
|
Operation |
withServiceSpecification(ServiceSpecification serviceSpecification)
Set the service |
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:
isDataAction
public Boolean isDataAction()
Get the isDataAction property: Indicates whether the operation is a data action.
Returns:
name
public String name()
Get the name property: Name of the operation.
Returns:
origin
public String origin()
Get the origin property: Origin of the operation.
Returns:
serviceSpecification
public ServiceSpecification serviceSpecification()
Get the serviceSpecification property: One property of operation, include metric specifications.
Returns:
validate
public void validate()
Validates the instance.
withDisplay
public OperationDetailInner withDisplay(OperationDisplay display)
Set the display property: Display of the operation.
Parameters:
Returns:
withIsDataAction
public OperationDetailInner withIsDataAction(Boolean isDataAction)
Set the isDataAction property: Indicates whether the operation is a data action.
Parameters:
Returns:
withName
public OperationDetailInner withName(String name)
Set the name property: Name of the operation.
Parameters:
Returns:
withOrigin
public OperationDetailInner withOrigin(String origin)
Set the origin property: Origin of the operation.
Parameters:
Returns:
withServiceSpecification
public OperationDetailInner withServiceSpecification(ServiceSpecification serviceSpecification)
Set the serviceSpecification property: One property of operation, include metric specifications.
Parameters:
Returns: