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

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

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

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

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

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

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

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

  public java.lang.String vmSize();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.ClusterCreateParameters.vmSize:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withVmSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // java.lang.String vmSize
         0: .line 95
            aload 0 /* this */
            aload 1 /* vmSize */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.vmSize:Ljava/lang/String;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String vmSize
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  vmSize  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      vmSize  

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

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withVmPriority(com.microsoft.azure.management.batchai.VmPriority);
    descriptor: (Lcom/microsoft/azure/management/batchai/VmPriority;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.VmPriority vmPriority
         0: .line 115
            aload 0 /* this */
            aload 1 /* vmPriority */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.vmPriority:Lcom/microsoft/azure/management/batchai/VmPriority;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.VmPriority vmPriority
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  vmPriority  Lcom/microsoft/azure/management/batchai/VmPriority;
    MethodParameters:
            Name  Flags
      vmPriority  

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

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withScaleSettings(com.microsoft.azure.management.batchai.ScaleSettings);
    descriptor: (Lcom/microsoft/azure/management/batchai/ScaleSettings;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.ScaleSettings scaleSettings
         0: .line 135
            aload 0 /* this */
            aload 1 /* scaleSettings */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.scaleSettings:Lcom/microsoft/azure/management/batchai/ScaleSettings;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ScaleSettings scaleSettings
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  scaleSettings  Lcom/microsoft/azure/management/batchai/ScaleSettings;
    MethodParameters:
               Name  Flags
      scaleSettings  

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

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withVirtualMachineConfiguration(com.microsoft.azure.management.batchai.VirtualMachineConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.VirtualMachineConfiguration virtualMachineConfiguration
         0: .line 155
            aload 0 /* this */
            aload 1 /* virtualMachineConfiguration */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.virtualMachineConfiguration:Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.VirtualMachineConfiguration virtualMachineConfiguration
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  virtualMachineConfiguration  Lcom/microsoft/azure/management/batchai/VirtualMachineConfiguration;
    MethodParameters:
                             Name  Flags
      virtualMachineConfiguration  

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

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

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

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withUserAccountSettings(com.microsoft.azure.management.batchai.UserAccountSettings);
    descriptor: (Lcom/microsoft/azure/management/batchai/UserAccountSettings;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings
         0: .line 195
            aload 0 /* this */
            aload 1 /* userAccountSettings */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.userAccountSettings:Lcom/microsoft/azure/management/batchai/UserAccountSettings;
         1: .line 196
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.UserAccountSettings userAccountSettings
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  userAccountSettings  Lcom/microsoft/azure/management/batchai/UserAccountSettings;
    MethodParameters:
                     Name  Flags
      userAccountSettings  

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

  public com.microsoft.azure.management.batchai.ClusterCreateParameters withSubnet(com.microsoft.azure.management.batchai.ResourceId);
    descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
         0: .line 215
            aload 0 /* this */
            aload 1 /* subnet */
            putfield com.microsoft.azure.management.batchai.ClusterCreateParameters.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
         1: .line 216
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ResourceId subnet
        end local 0 // com.microsoft.azure.management.batchai.ClusterCreateParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batchai/ClusterCreateParameters;
            0    2     1  subnet  Lcom/microsoft/azure/management/batchai/ResourceId;
    MethodParameters:
        Name  Flags
      subnet  
}
SourceFile: "ClusterCreateParameters.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()