public abstract class com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl<InnerT> 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.WrapperImpl
  super_class: java.lang.Object
{
  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.WrapperImpl this
        start local 1 // java.lang.Object innerObject
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* innerObject */
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.innerObject:Ljava/lang/Object;
         2: .line 21
            return
        end local 1 // java.lang.Object innerObject
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<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.WrapperImpl this
         0: .line 25
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.innerObject:Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<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.WrapperImpl this
        start local 1 // java.lang.Object inner
         0: .line 35
            aload 0 /* this */
            aload 1 /* inner */
            putfield com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.innerObject:Ljava/lang/Object;
         1: .line 36
            return
        end local 1 // java.lang.Object inner
        end local 0 // com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<TInnerT;>;
            0    2     1  inner  TInnerT;
    Signature: (TInnerT;)V
    MethodParameters:
       Name  Flags
      inner  
}
Signature: <InnerT:Ljava/lang/Object;>Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<TInnerT;>;
SourceFile: "WrapperImpl.java"