Class MethodOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase
-
- com.microsoft.azure.toolkit.lib.common.operation.MethodOperation
-
- All Implemented Interfaces:
Operation
public class MethodOperation extends OperationBase
-
-
Field Summary
Fields Modifier and Type Field Description private MethodInvocationinvocation-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description MethodOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Callable<Object>getBody()AzureStringgetDescription()StringgetId()StringgetType()StringtoString()-
Methods inherited from class com.microsoft.azure.toolkit.lib.common.operation.OperationBase
getContext, getExecutionId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
getActionParent, getEffectiveParent, getParent, setParent
-
-
-
-
Field Detail
-
invocation
private final MethodInvocation invocation
-
-