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

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

  private int diskSizeGB;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "diskSizeGB", required = true)

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

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

  public int lun();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
         0: .line 68
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.DataDisk.lun:I
            ireturn
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/DataDisk;

  public com.microsoft.azure.management.batch.DataDisk withLun(int);
    descriptor: (I)Lcom/microsoft/azure/management/batch/DataDisk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
        start local 1 // int lun
         0: .line 78
            aload 0 /* this */
            iload 1 /* lun */
            putfield com.microsoft.azure.management.batch.DataDisk.lun:I
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // int lun
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/DataDisk;
            0    2     1   lun  I
    MethodParameters:
      Name  Flags
      lun   

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

  public com.microsoft.azure.management.batch.DataDisk withCaching(com.microsoft.azure.management.batch.CachingType);
    descriptor: (Lcom/microsoft/azure/management/batch/CachingType;)Lcom/microsoft/azure/management/batch/DataDisk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
        start local 1 // com.microsoft.azure.management.batch.CachingType caching
         0: .line 106
            aload 0 /* this */
            aload 1 /* caching */
            putfield com.microsoft.azure.management.batch.DataDisk.caching:Lcom/microsoft/azure/management/batch/CachingType;
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.CachingType caching
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/batch/DataDisk;
            0    2     1  caching  Lcom/microsoft/azure/management/batch/CachingType;
    MethodParameters:
         Name  Flags
      caching  

  public int diskSizeGB();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.DataDisk.diskSizeGB:I
            ireturn
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/DataDisk;

  public com.microsoft.azure.management.batch.DataDisk withDiskSizeGB(int);
    descriptor: (I)Lcom/microsoft/azure/management/batch/DataDisk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
        start local 1 // int diskSizeGB
         0: .line 126
            aload 0 /* this */
            iload 1 /* diskSizeGB */
            putfield com.microsoft.azure.management.batch.DataDisk.diskSizeGB:I
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // int diskSizeGB
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batch/DataDisk;
            0    2     1  diskSizeGB  I
    MethodParameters:
            Name  Flags
      diskSizeGB  

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

  public com.microsoft.azure.management.batch.DataDisk withStorageAccountType(com.microsoft.azure.management.batch.StorageAccountType);
    descriptor: (Lcom/microsoft/azure/management/batch/StorageAccountType;)Lcom/microsoft/azure/management/batch/DataDisk;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.DataDisk this
        start local 1 // com.microsoft.azure.management.batch.StorageAccountType storageAccountType
         0: .line 150
            aload 0 /* this */
            aload 1 /* storageAccountType */
            putfield com.microsoft.azure.management.batch.DataDisk.storageAccountType:Lcom/microsoft/azure/management/batch/StorageAccountType;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.StorageAccountType storageAccountType
        end local 0 // com.microsoft.azure.management.batch.DataDisk this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batch/DataDisk;
            0    2     1  storageAccountType  Lcom/microsoft/azure/management/batch/StorageAccountType;
    MethodParameters:
                    Name  Flags
      storageAccountType  
}
SourceFile: "DataDisk.java"