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

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

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

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

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

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

  public com.microsoft.azure.management.batch.MountConfiguration withAzureBlobFileSystemConfiguration(com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/AzureBlobFileSystemConfiguration;)Lcom/microsoft/azure/management/batch/MountConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.MountConfiguration this
        start local 1 // com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration
         0: .line 61
            aload 0 /* this */
            aload 1 /* azureBlobFileSystemConfiguration */
            putfield com.microsoft.azure.management.batch.MountConfiguration.azureBlobFileSystemConfiguration:Lcom/microsoft/azure/management/batch/AzureBlobFileSystemConfiguration;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration
        end local 0 // com.microsoft.azure.management.batch.MountConfiguration this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    2     0                              this  Lcom/microsoft/azure/management/batch/MountConfiguration;
            0    2     1  azureBlobFileSystemConfiguration  Lcom/microsoft/azure/management/batch/AzureBlobFileSystemConfiguration;
    MethodParameters:
                                  Name  Flags
      azureBlobFileSystemConfiguration  

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

  public com.microsoft.azure.management.batch.MountConfiguration withNfsMountConfiguration(com.microsoft.azure.management.batch.NFSMountConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/NFSMountConfiguration;)Lcom/microsoft/azure/management/batch/MountConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.MountConfiguration this
        start local 1 // com.microsoft.azure.management.batch.NFSMountConfiguration nfsMountConfiguration
         0: .line 81
            aload 0 /* this */
            aload 1 /* nfsMountConfiguration */
            putfield com.microsoft.azure.management.batch.MountConfiguration.nfsMountConfiguration:Lcom/microsoft/azure/management/batch/NFSMountConfiguration;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.NFSMountConfiguration nfsMountConfiguration
        end local 0 // com.microsoft.azure.management.batch.MountConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/batch/MountConfiguration;
            0    2     1  nfsMountConfiguration  Lcom/microsoft/azure/management/batch/NFSMountConfiguration;
    MethodParameters:
                       Name  Flags
      nfsMountConfiguration  

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

  public com.microsoft.azure.management.batch.MountConfiguration withCifsMountConfiguration(com.microsoft.azure.management.batch.CIFSMountConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/CIFSMountConfiguration;)Lcom/microsoft/azure/management/batch/MountConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.MountConfiguration this
        start local 1 // com.microsoft.azure.management.batch.CIFSMountConfiguration cifsMountConfiguration
         0: .line 101
            aload 0 /* this */
            aload 1 /* cifsMountConfiguration */
            putfield com.microsoft.azure.management.batch.MountConfiguration.cifsMountConfiguration:Lcom/microsoft/azure/management/batch/CIFSMountConfiguration;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.CIFSMountConfiguration cifsMountConfiguration
        end local 0 // com.microsoft.azure.management.batch.MountConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/MountConfiguration;
            0    2     1  cifsMountConfiguration  Lcom/microsoft/azure/management/batch/CIFSMountConfiguration;
    MethodParameters:
                        Name  Flags
      cifsMountConfiguration  

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

  public com.microsoft.azure.management.batch.MountConfiguration withAzureFileShareConfiguration(com.microsoft.azure.management.batch.AzureFileShareConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/AzureFileShareConfiguration;)Lcom/microsoft/azure/management/batch/MountConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.MountConfiguration this
        start local 1 // com.microsoft.azure.management.batch.AzureFileShareConfiguration azureFileShareConfiguration
         0: .line 121
            aload 0 /* this */
            aload 1 /* azureFileShareConfiguration */
            putfield com.microsoft.azure.management.batch.MountConfiguration.azureFileShareConfiguration:Lcom/microsoft/azure/management/batch/AzureFileShareConfiguration;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AzureFileShareConfiguration azureFileShareConfiguration
        end local 0 // com.microsoft.azure.management.batch.MountConfiguration this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/batch/MountConfiguration;
            0    2     1  azureFileShareConfiguration  Lcom/microsoft/azure/management/batch/AzureFileShareConfiguration;
    MethodParameters:
                             Name  Flags
      azureFileShareConfiguration  
}
SourceFile: "MountConfiguration.java"