public class com.microsoft.azure.management.batch.AutoUserSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.AutoUserSpecification
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batch.AutoUserScope scope;
    descriptor: Lcom/microsoft/azure/management/batch/AutoUserScope;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "scope")

  private com.microsoft.azure.management.batch.ElevationLevel elevationLevel;
    descriptor: Lcom/microsoft/azure/management/batch/ElevationLevel;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "elevationLevel")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/AutoUserSpecification;

  public com.microsoft.azure.management.batch.AutoUserScope scope();
    descriptor: ()Lcom/microsoft/azure/management/batch/AutoUserScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
         0: .line 44
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.AutoUserSpecification.scope:Lcom/microsoft/azure/management/batch/AutoUserScope;
            areturn
        end local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/AutoUserSpecification;

  public com.microsoft.azure.management.batch.AutoUserSpecification withScope(com.microsoft.azure.management.batch.AutoUserScope);
    descriptor: (Lcom/microsoft/azure/management/batch/AutoUserScope;)Lcom/microsoft/azure/management/batch/AutoUserSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
        start local 1 // com.microsoft.azure.management.batch.AutoUserScope scope
         0: .line 54
            aload 0 /* this */
            aload 1 /* scope */
            putfield com.microsoft.azure.management.batch.AutoUserSpecification.scope:Lcom/microsoft/azure/management/batch/AutoUserScope;
         1: .line 55
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AutoUserScope scope
        end local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/batch/AutoUserSpecification;
            0    2     1  scope  Lcom/microsoft/azure/management/batch/AutoUserScope;
    MethodParameters:
       Name  Flags
      scope  

  public com.microsoft.azure.management.batch.ElevationLevel elevationLevel();
    descriptor: ()Lcom/microsoft/azure/management/batch/ElevationLevel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.AutoUserSpecification.elevationLevel:Lcom/microsoft/azure/management/batch/ElevationLevel;
            areturn
        end local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/AutoUserSpecification;

  public com.microsoft.azure.management.batch.AutoUserSpecification withElevationLevel(com.microsoft.azure.management.batch.ElevationLevel);
    descriptor: (Lcom/microsoft/azure/management/batch/ElevationLevel;)Lcom/microsoft/azure/management/batch/AutoUserSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
        start local 1 // com.microsoft.azure.management.batch.ElevationLevel elevationLevel
         0: .line 74
            aload 0 /* this */
            aload 1 /* elevationLevel */
            putfield com.microsoft.azure.management.batch.AutoUserSpecification.elevationLevel:Lcom/microsoft/azure/management/batch/ElevationLevel;
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.ElevationLevel elevationLevel
        end local 0 // com.microsoft.azure.management.batch.AutoUserSpecification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/batch/AutoUserSpecification;
            0    2     1  elevationLevel  Lcom/microsoft/azure/management/batch/ElevationLevel;
    MethodParameters:
                Name  Flags
      elevationLevel  
}
SourceFile: "AutoUserSpecification.java"