final class com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl<com.microsoft.azure.management.resources.DeploymentOperation, com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> implements com.microsoft.azure.management.resources.DeploymentOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl
{
  private java.lang.String resourceGroupName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String deploymentName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private final com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner client;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.resources.implementation.DeploymentOperationInner, com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.DeploymentOperationInner innerModel
        start local 2 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner client
         0: .line 30
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.client:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
         2: .line 32
            aload 0 /* this */
            aload 1 /* innerModel */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.groupFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.resourceGroupName:Ljava/lang/String;
         3: .line 33
            aload 0 /* this */
            aload 1 /* innerModel */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.id:()Ljava/lang/String;
            ldc "deployments"
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.extractFromResourceId:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.deploymentName:Ljava/lang/String;
         4: .line 34
            return
        end local 2 // com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner client
        end local 1 // com.microsoft.azure.management.resources.implementation.DeploymentOperationInner innerModel
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;
            0    5     1  innerModel  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;
            0    5     2      client  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
    MethodParameters:
            Name  Flags
      innerModel  
      client      final

  public java.lang.String operationId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 38
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.operationId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public java.lang.String provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 43
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 44
            aconst_null
            areturn
         2: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningState:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public com.microsoft.azure.management.resources.ProvisioningOperation provisioningOperation();
    descriptor: ()Lcom/microsoft/azure/management/resources/ProvisioningOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 51
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 52
            aconst_null
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningOperation:()Lcom/microsoft/azure/management/resources/ProvisioningOperation;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public org.joda.time.DateTime timestamp();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 59
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 60
            aconst_null
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.timestamp:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public java.lang.String statusCode();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 67
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 68
            aconst_null
            areturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.statusCode:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public java.lang.Object statusMessage();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 76
            aconst_null
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.statusMessage:()Lcom/microsoft/azure/management/resources/StatusMessage;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  public com.microsoft.azure.management.resources.TargetResource targetResource();
    descriptor: ()Lcom/microsoft/azure/management/resources/TargetResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            ifnonnull 2
         1: .line 84
            aconst_null
            areturn
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.DeploymentOperationInner
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationInner.properties:()Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;
            invokevirtual com.microsoft.azure.management.resources.DeploymentOperationProperties.targetResource:()Lcom/microsoft/azure/management/resources/TargetResource;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;

  protected rx.Observable<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
         0: .line 91
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.client:Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.resourceGroupName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.deploymentName:Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl.operationId:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.resources.implementation.DeploymentOperationsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.DeploymentOperationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl<Lcom/microsoft/azure/management/resources/DeploymentOperation;Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;Lcom/microsoft/azure/management/resources/DeploymentOperation;
SourceFile: "DeploymentOperationImpl.java"