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

  private java.lang.Integer gid;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "gid")

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

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

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

  public com.microsoft.azure.management.batch.LinuxUserConfiguration withUid(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
        start local 1 // java.lang.Integer uid
         0: .line 63
            aload 0 /* this */
            aload 1 /* uid */
            putfield com.microsoft.azure.management.batch.LinuxUserConfiguration.uid:Ljava/lang/Integer;
         1: .line 64
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer uid
        end local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
            0    2     1   uid  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      uid   

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

  public com.microsoft.azure.management.batch.LinuxUserConfiguration withGid(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
        start local 1 // java.lang.Integer gid
         0: .line 83
            aload 0 /* this */
            aload 1 /* gid */
            putfield com.microsoft.azure.management.batch.LinuxUserConfiguration.gid:Ljava/lang/Integer;
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer gid
        end local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
            0    2     1   gid  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      gid   

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

  public com.microsoft.azure.management.batch.LinuxUserConfiguration withSshPrivateKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
        start local 1 // java.lang.String sshPrivateKey
         0: .line 103
            aload 0 /* this */
            aload 1 /* sshPrivateKey */
            putfield com.microsoft.azure.management.batch.LinuxUserConfiguration.sshPrivateKey:Ljava/lang/String;
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sshPrivateKey
        end local 0 // com.microsoft.azure.management.batch.LinuxUserConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batch/LinuxUserConfiguration;
            0    2     1  sshPrivateKey  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      sshPrivateKey  
}
SourceFile: "LinuxUserConfiguration.java"