public abstract class com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.resources.implementation.ResourceManager resourceManager;
    descriptor: Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String subscriptionId;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.microsoft.rest.RestClient, java.lang.String);
    descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
        start local 1 // com.microsoft.rest.RestClient restClient
        start local 2 // java.lang.String subscriptionId
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 1 /* restClient */
            ifnull 3
         2: .line 22
            aload 0 /* this */
            aload 1 /* restClient */
            invokestatic com.microsoft.azure.management.resources.implementation.ResourceManager.authenticate:(Lcom/microsoft/rest/RestClient;)Lcom/microsoft/azure/management/resources/implementation/ResourceManager$Authenticated;
            aload 2 /* subscriptionId */
            invokeinterface com.microsoft.azure.management.resources.implementation.ResourceManager$Authenticated.withSubscription:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
            putfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase.resourceManager:Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
         3: .line 24
      StackMap locals: com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase com.microsoft.rest.RestClient java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* subscriptionId */
            putfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase.subscriptionId:Ljava/lang/String;
         4: .line 25
            return
        end local 2 // java.lang.String subscriptionId
        end local 1 // com.microsoft.rest.RestClient restClient
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            0    5     1      restClient  Lcom/microsoft/rest/RestClient;
            0    5     2  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      restClient      
      subscriptionId  

  public java.lang.String subscriptionId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
         0: .line 31
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase.subscriptionId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;

  protected final void setResourceManager(com.microsoft.azure.management.resources.implementation.ResourceManager);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/ResourceManager;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceManager resourceManager
         0: .line 35
            aload 0 /* this */
            aload 1 /* resourceManager */
            putfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase.resourceManager:Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
         1: .line 36
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceManager resourceManager
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            0    2     1  resourceManager  Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
    MethodParameters:
                 Name  Flags
      resourceManager  

  public com.microsoft.azure.management.resources.implementation.ResourceManager resourceManager();
    descriptor: ()Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
         0: .line 42
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase.resourceManager:Lcom/microsoft/azure/management/resources/implementation/ResourceManager;
            areturn
        end local 0 // com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
}
SourceFile: "ManagerBase.java"
InnerClasses:
  public abstract Authenticated = com.microsoft.azure.management.resources.implementation.ResourceManager$Authenticated of com.microsoft.azure.management.resources.implementation.ResourceManager