public abstract class com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<InnerT> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableImpl implements com.microsoft.azure.management.resources.fluentcore.model.HasInner<InnerT>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableImpl
{
  private InnerT innerObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TInnerT;

  protected void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
        start local 1 // java.lang.Object innerObject
         0: .line 22
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableImpl.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* innerObject */
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.innerObject:Ljava/lang/Object;
         2: .line 24
            return
        end local 1 // java.lang.Object innerObject
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<TInnerT;>;
            0    3     1  innerObject  TInnerT;
    Signature: (TInnerT;)V
    MethodParameters:
             Name  Flags
      innerObject  

  public InnerT inner();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
         0: .line 28
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.innerObject:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<TInnerT;>;
    Signature: ()TInnerT;

  public void setInner();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
        start local 1 // java.lang.Object innerObject
         0: .line 38
            aload 0 /* this */
            aload 1 /* innerObject */
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.innerObject:Ljava/lang/Object;
         1: .line 39
            return
        end local 1 // java.lang.Object innerObject
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<TInnerT;>;
            0    2     1  innerObject  TInnerT;
    Signature: (TInnerT;)V
    MethodParameters:
             Name  Flags
      innerObject  

  public java.lang.String key();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableImpl.key:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <InnerT:Ljava/lang/Object;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableImpl;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;
SourceFile: "IndexableWrapperImpl.java"