Class SimpleOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.SimpleOperation
-
- All Implemented Interfaces:
DataStore,IAzureOperation
public class SimpleOperation extends Object implements IAzureOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.DataStore
DataStore.Field<T>, DataStore.Impl
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
IAzureOperation.IContext
-
-
Field Summary
Fields Modifier and Type Field Description private IAzureOperationparentprivate AzureStringtitleprivate AzureOperation.Typetype-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description SimpleOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
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.DataStore
clearAll, get, get, get, get, get, get, set, set, set
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
getActionParent, getEffectiveParent, getId, getName, getParent, getTitle, setParent
-
-
-
-
Field Detail
-
title
@Nonnull private final AzureString title
-
type
@Nonnull private final AzureOperation.Type type
-
parent
private IAzureOperation parent
-
-
Method Detail
-
getType
@Nonnull public String getType()
- Specified by:
getTypein interfaceIAzureOperation
-
-