Class MethodOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase<Object>
-
- com.microsoft.azure.toolkit.lib.common.operation.MethodOperation
-
public class MethodOperation extends OperationBase<Object>
-
-
Field Summary
Fields Modifier and Type Field Description private MethodInvocationinvocationprivate Operation<?>parent-
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()StringgetName()AzureStringgetTitle()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
-
parent
private Operation<?> parent
-
invocation
private final MethodInvocation invocation
-
-