Class AzureOperationRef
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.utils.aspect.MethodInvocation
-
- com.microsoft.azure.toolkit.lib.common.operation.AzureOperationRef
-
- All Implemented Interfaces:
DataStore,IAzureOperation
public class AzureOperationRef extends MethodInvocation implements IAzureOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.DataStore
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 IAzureOperationparent-
Fields inherited from class com.microsoft.azure.toolkit.lib.common.utils.aspect.MethodInvocation
instance, method, paramNames, paramValues
-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
UNKNOWN_NAME
-
-
Constructor Summary
Constructors Constructor Description AzureOperationRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()AzureStringgetTitle()StringgetType()StringtoString()-
Methods inherited from class com.microsoft.azure.toolkit.lib.common.utils.aspect.MethodInvocation
equals, from, getAnnotation
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.DataStore
get, get, get, get, set, set
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
getActionParent, getEffectiveParent, getId, getParent, setParent
-
-
-
-
Field Detail
-
parent
private IAzureOperation parent
-
-
Method Detail
-
getName
@Nonnull public String getName()
- Specified by:
getNamein interfaceIAzureOperation
-
getType
@Nonnull public String getType()
- Specified by:
getTypein interfaceIAzureOperation
-
getTitle
public AzureString getTitle()
- Specified by:
getTitlein interfaceIAzureOperation
-
-