public class com.microsoft.azure.management.batchai.FileServerCreateParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.FileServerCreateParameters
  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.SshConfiguration sshConfiguration;
    descriptor: Lcom/microsoft/azure/management/batchai/SshConfiguration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sshConfiguration", required = true)

  private com.microsoft.azure.management.batchai.DataDisks dataDisks;
    descriptor: Lcom/microsoft/azure/management/batchai/DataDisks;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.dataDisks", 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.FileServerCreateParameters this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batchai.FileServerCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;

  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.FileServerCreateParameters this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.FileServerCreateParameters.vmSize:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.FileServerCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;

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

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

  public com.microsoft.azure.management.batchai.FileServerCreateParameters withSshConfiguration(com.microsoft.azure.management.batchai.SshConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batchai/SshConfiguration;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.FileServerCreateParameters this
        start local 1 // com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration
         0: .line 86
            aload 0 /* this */
            aload 1 /* sshConfiguration */
            putfield com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:Lcom/microsoft/azure/management/batchai/SshConfiguration;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration
        end local 0 // com.microsoft.azure.management.batchai.FileServerCreateParameters this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
            0    2     1  sshConfiguration  Lcom/microsoft/azure/management/batchai/SshConfiguration;
    MethodParameters:
                  Name  Flags
      sshConfiguration  

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

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

  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.FileServerCreateParameters this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.FileServerCreateParameters.subnet:Lcom/microsoft/azure/management/batchai/ResourceId;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.FileServerCreateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;

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