Class OperationBase
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase
-
-
Field Summary
Fields Modifier and Type Field Description private OperationContextcontextprivate Operationparent-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description OperationBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationContextgetContext()StringgetExecutionId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
getActionParent, getBody, getDescription, getEffectiveParent, getId, getParent, getType, setParent
-
-
-
-
Field Detail
-
parent
private Operation parent
-
context
private OperationContext context
-
-
Method Detail
-
getExecutionId
@Nonnull public String getExecutionId()
- Specified by:
getExecutionIdin interfaceOperation
-
getContext
public OperationContext getContext()
- Specified by:
getContextin interfaceOperation
-
-