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

  private java.lang.String password;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "password", required = true)

  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")

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

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

  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.UserAccount this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/UserAccount;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.UserAccount.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/UserAccount;

  public com.microsoft.azure.management.batch.UserAccount withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/UserAccount;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
        start local 1 // java.lang.String name
         0: .line 72
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.batch.UserAccount.name:Ljava/lang/String;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/UserAccount;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String password();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
         0: .line 82
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.UserAccount.password:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/UserAccount;

  public com.microsoft.azure.management.batch.UserAccount withPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/UserAccount;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
        start local 1 // java.lang.String password
         0: .line 92
            aload 0 /* this */
            aload 1 /* password */
            putfield com.microsoft.azure.management.batch.UserAccount.password:Ljava/lang/String;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String password
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/UserAccount;
            0    2     1  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      password  

  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.UserAccount this
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.UserAccount.elevationLevel:Lcom/microsoft/azure/management/batch/ElevationLevel;
            areturn
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/UserAccount;

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

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

  public com.microsoft.azure.management.batch.UserAccount withLinuxUserConfiguration(com.microsoft.azure.management.batch.LinuxUserConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;)Lcom/microsoft/azure/management/batch/UserAccount;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
        start local 1 // com.microsoft.azure.management.batch.LinuxUserConfiguration linuxUserConfiguration
         0: .line 132
            aload 0 /* this */
            aload 1 /* linuxUserConfiguration */
            putfield com.microsoft.azure.management.batch.UserAccount.linuxUserConfiguration:Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
         1: .line 133
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.LinuxUserConfiguration linuxUserConfiguration
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/UserAccount;
            0    2     1  linuxUserConfiguration  Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
    MethodParameters:
                        Name  Flags
      linuxUserConfiguration  

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

  public com.microsoft.azure.management.batch.UserAccount withWindowsUserConfiguration(com.microsoft.azure.management.batch.WindowsUserConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/WindowsUserConfiguration;)Lcom/microsoft/azure/management/batch/UserAccount;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.UserAccount this
        start local 1 // com.microsoft.azure.management.batch.WindowsUserConfiguration windowsUserConfiguration
         0: .line 152
            aload 0 /* this */
            aload 1 /* windowsUserConfiguration */
            putfield com.microsoft.azure.management.batch.UserAccount.windowsUserConfiguration:Lcom/microsoft/azure/management/batch/WindowsUserConfiguration;
         1: .line 153
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.WindowsUserConfiguration windowsUserConfiguration
        end local 0 // com.microsoft.azure.management.batch.UserAccount this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/batch/UserAccount;
            0    2     1  windowsUserConfiguration  Lcom/microsoft/azure/management/batch/WindowsUserConfiguration;
    MethodParameters:
                          Name  Flags
      windowsUserConfiguration  
}
SourceFile: "UserAccount.java"