Class MethodOperation
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.MethodOperation
-
- All Implemented Interfaces:
DataStore,IAzureOperation<Object>
public class MethodOperation extends Object implements IAzureOperation<Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.DataStore
DataStore.Field<T>, DataStore.Impl
-
-
Field Summary
Fields Modifier and Type Field Description private MethodInvocationinvocationprivate IAzureOperation<?>parent-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, getExecutionId, getParent, setParent
-
-
-
-
Field Detail
-
parent
private IAzureOperation<?> parent
-
invocation
private final MethodInvocation invocation
-
-
Method Detail
-
getName
@Nonnull public String getName()
- Specified by:
getNamein interfaceIAzureOperation<Object>
-
getBody
public Callable<Object> getBody()
- Specified by:
getBodyin interfaceIAzureOperation<Object>
-
getType
@Nonnull public String getType()
- Specified by:
getTypein interfaceIAzureOperation<Object>
-
getTitle
public AzureString getTitle()
- Specified by:
getTitlein interfaceIAzureOperation<Object>
-
-