public class com.microsoft.azure.management.batchai.MountVolumes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.MountVolumes
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.batchai.AzureFileShareReference> azureFileShares;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureFileShareReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "azureFileShares")

  private java.util.List<com.microsoft.azure.management.batchai.AzureBlobFileSystemReference> azureBlobFileSystems;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "azureBlobFileSystems")

  private java.util.List<com.microsoft.azure.management.batchai.FileServerReference> fileServers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/FileServerReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "fileServers")

  private java.util.List<com.microsoft.azure.management.batchai.UnmanagedFileSystemReference> unmanagedFileSystems;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/UnmanagedFileSystemReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "unmanagedFileSystems")

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

  public java.util.List<com.microsoft.azure.management.batchai.AzureFileShareReference> azureFileShares();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.MountVolumes.azureFileShares:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureFileShareReference;>;

  public com.microsoft.azure.management.batchai.MountVolumes withAzureFileShares(java.util.List<com.microsoft.azure.management.batchai.AzureFileShareReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
        start local 1 // java.util.List azureFileShares
         0: .line 66
            aload 0 /* this */
            aload 1 /* azureFileShares */
            putfield com.microsoft.azure.management.batchai.MountVolumes.azureFileShares:Ljava/util/List;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.util.List azureFileShares
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/batchai/MountVolumes;
            0    2     1  azureFileShares  Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureFileShareReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureFileShareReference;>;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    MethodParameters:
                 Name  Flags
      azureFileShares  

  public java.util.List<com.microsoft.azure.management.batchai.AzureBlobFileSystemReference> azureBlobFileSystems();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.MountVolumes.azureBlobFileSystems:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;

  public com.microsoft.azure.management.batchai.MountVolumes withAzureBlobFileSystems(java.util.List<com.microsoft.azure.management.batchai.AzureBlobFileSystemReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
        start local 1 // java.util.List azureBlobFileSystems
         0: .line 86
            aload 0 /* this */
            aload 1 /* azureBlobFileSystems */
            putfield com.microsoft.azure.management.batchai.MountVolumes.azureBlobFileSystems:Ljava/util/List;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.util.List azureBlobFileSystems
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
            0    2     1  azureBlobFileSystems  Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    MethodParameters:
                      Name  Flags
      azureBlobFileSystems  

  public java.util.List<com.microsoft.azure.management.batchai.FileServerReference> fileServers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.MountVolumes.fileServers:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/FileServerReference;>;

  public com.microsoft.azure.management.batchai.MountVolumes withFileServers(java.util.List<com.microsoft.azure.management.batchai.FileServerReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
        start local 1 // java.util.List fileServers
         0: .line 106
            aload 0 /* this */
            aload 1 /* fileServers */
            putfield com.microsoft.azure.management.batchai.MountVolumes.fileServers:Ljava/util/List;
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // java.util.List fileServers
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batchai/MountVolumes;
            0    2     1  fileServers  Ljava/util/List<Lcom/microsoft/azure/management/batchai/FileServerReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/FileServerReference;>;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    MethodParameters:
             Name  Flags
      fileServers  

  public java.util.List<com.microsoft.azure.management.batchai.UnmanagedFileSystemReference> unmanagedFileSystems();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.MountVolumes.unmanagedFileSystems:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/UnmanagedFileSystemReference;>;

  public com.microsoft.azure.management.batchai.MountVolumes withUnmanagedFileSystems(java.util.List<com.microsoft.azure.management.batchai.UnmanagedFileSystemReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.MountVolumes this
        start local 1 // java.util.List unmanagedFileSystems
         0: .line 126
            aload 0 /* this */
            aload 1 /* unmanagedFileSystems */
            putfield com.microsoft.azure.management.batchai.MountVolumes.unmanagedFileSystems:Ljava/util/List;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // java.util.List unmanagedFileSystems
        end local 0 // com.microsoft.azure.management.batchai.MountVolumes this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batchai/MountVolumes;
            0    2     1  unmanagedFileSystems  Ljava/util/List<Lcom/microsoft/azure/management/batchai/UnmanagedFileSystemReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/UnmanagedFileSystemReference;>;)Lcom/microsoft/azure/management/batchai/MountVolumes;
    MethodParameters:
                      Name  Flags
      unmanagedFileSystems  
}
SourceFile: "MountVolumes.java"