Class SimpleOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.OperationBase
-
- com.microsoft.azure.toolkit.lib.common.operation.SimpleOperation
-
- All Implemented Interfaces:
Operation
public class SimpleOperation extends OperationBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.azure.toolkit.lib.common.operation.OperationBase
OperationBase.Id
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
Operation.Type
-
-
Field Summary
Fields Modifier and Type Field Description private Callable<?>bodyprivate Objectsourceprivate AzureStringtitle-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.Operation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description SimpleOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureStringgetDescription()StringgetId()StringtoString()-
Methods inherited from class com.microsoft.azure.toolkit.lib.common.operation.OperationBase
getContext, getExecutionId, getOperationName, getServiceName, getType
-
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, getBody, getEffectiveParent, getParent, getSource, setParent
-
-