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

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

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

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

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

  public com.microsoft.azure.management.batchai.NodeSetup withSetupTask(com.microsoft.azure.management.batchai.SetupTask);
    descriptor: (Lcom/microsoft/azure/management/batchai/SetupTask;)Lcom/microsoft/azure/management/batchai/NodeSetup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.NodeSetup this
        start local 1 // com.microsoft.azure.management.batchai.SetupTask setupTask
         0: .line 59
            aload 0 /* this */
            aload 1 /* setupTask */
            putfield com.microsoft.azure.management.batchai.NodeSetup.setupTask:Lcom/microsoft/azure/management/batchai/SetupTask;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.SetupTask setupTask
        end local 0 // com.microsoft.azure.management.batchai.NodeSetup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/NodeSetup;
            0    2     1  setupTask  Lcom/microsoft/azure/management/batchai/SetupTask;
    MethodParameters:
           Name  Flags
      setupTask  

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

  public com.microsoft.azure.management.batchai.NodeSetup withMountVolumes(com.microsoft.azure.management.batchai.MountVolumes);
    descriptor: (Lcom/microsoft/azure/management/batchai/MountVolumes;)Lcom/microsoft/azure/management/batchai/NodeSetup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.NodeSetup this
        start local 1 // com.microsoft.azure.management.batchai.MountVolumes mountVolumes
         0: .line 79
            aload 0 /* this */
            aload 1 /* mountVolumes */
            putfield com.microsoft.azure.management.batchai.NodeSetup.mountVolumes:Lcom/microsoft/azure/management/batchai/MountVolumes;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.MountVolumes mountVolumes
        end local 0 // com.microsoft.azure.management.batchai.NodeSetup this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/NodeSetup;
            0    2     1  mountVolumes  Lcom/microsoft/azure/management/batchai/MountVolumes;
    MethodParameters:
              Name  Flags
      mountVolumes  

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

  public com.microsoft.azure.management.batchai.NodeSetup withPerformanceCountersSettings(com.microsoft.azure.management.batchai.PerformanceCountersSettings);
    descriptor: (Lcom/microsoft/azure/management/batchai/PerformanceCountersSettings;)Lcom/microsoft/azure/management/batchai/NodeSetup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.NodeSetup this
        start local 1 // com.microsoft.azure.management.batchai.PerformanceCountersSettings performanceCountersSettings
         0: .line 99
            aload 0 /* this */
            aload 1 /* performanceCountersSettings */
            putfield com.microsoft.azure.management.batchai.NodeSetup.performanceCountersSettings:Lcom/microsoft/azure/management/batchai/PerformanceCountersSettings;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.PerformanceCountersSettings performanceCountersSettings
        end local 0 // com.microsoft.azure.management.batchai.NodeSetup this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/batchai/NodeSetup;
            0    2     1  performanceCountersSettings  Lcom/microsoft/azure/management/batchai/PerformanceCountersSettings;
    MethodParameters:
                             Name  Flags
      performanceCountersSettings  
}
SourceFile: "NodeSetup.java"