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

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

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

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

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

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

  public com.microsoft.azure.management.batchai.DataDisks withDiskSizeInGB(int);
    descriptor: (I)Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.DataDisks this
        start local 1 // int diskSizeInGB
         0: .line 68
            aload 0 /* this */
            iload 1 /* diskSizeInGB */
            putfield com.microsoft.azure.management.batchai.DataDisks.diskSizeInGB:I
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // int diskSizeInGB
        end local 0 // com.microsoft.azure.management.batchai.DataDisks this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/DataDisks;
            0    2     1  diskSizeInGB  I
    MethodParameters:
              Name  Flags
      diskSizeInGB  

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

  public com.microsoft.azure.management.batchai.DataDisks withCachingType(com.microsoft.azure.management.batchai.CachingType);
    descriptor: (Lcom/microsoft/azure/management/batchai/CachingType;)Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.DataDisks this
        start local 1 // com.microsoft.azure.management.batchai.CachingType cachingType
         0: .line 88
            aload 0 /* this */
            aload 1 /* cachingType */
            putfield com.microsoft.azure.management.batchai.DataDisks.cachingType:Lcom/microsoft/azure/management/batchai/CachingType;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.CachingType cachingType
        end local 0 // com.microsoft.azure.management.batchai.DataDisks this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batchai/DataDisks;
            0    2     1  cachingType  Lcom/microsoft/azure/management/batchai/CachingType;
    MethodParameters:
             Name  Flags
      cachingType  

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

  public com.microsoft.azure.management.batchai.DataDisks withDiskCount(int);
    descriptor: (I)Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.DataDisks this
        start local 1 // int diskCount
         0: .line 108
            aload 0 /* this */
            iload 1 /* diskCount */
            putfield com.microsoft.azure.management.batchai.DataDisks.diskCount:I
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // int diskCount
        end local 0 // com.microsoft.azure.management.batchai.DataDisks this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/DataDisks;
            0    2     1  diskCount  I
    MethodParameters:
           Name  Flags
      diskCount  

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

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