public class com.microsoft.azure.management.batch.implementation.PoolInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.implementation.PoolInner
  super_class: com.microsoft.azure.ProxyResource
{
  private java.lang.String displayName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.displayName")

  private org.joda.time.DateTime lastModified;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastModified", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime creationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.creationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batch.PoolProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/batch/PoolProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime provisioningStateTransitionTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.batch.AllocationState allocationState;
    descriptor: Lcom/microsoft/azure/management/batch/AllocationState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allocationState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime allocationStateTransitionTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allocationStateTransitionTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String vmSize;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vmSize")

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

  private java.lang.Integer currentDedicatedNodes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.currentDedicatedNodes", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer currentLowPriorityNodes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.currentLowPriorityNodes", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  private com.microsoft.azure.management.batch.AutoScaleRun autoScaleRun;
    descriptor: Lcom/microsoft/azure/management/batch/AutoScaleRun;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.autoScaleRun", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  private java.lang.Integer taskSlotsPerNode;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.taskSlotsPerNode")

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

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

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

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

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

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

  private java.util.List<java.lang.String> applicationLicenses;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.applicationLicenses")

  private com.microsoft.azure.management.batch.ResizeOperationStatus resizeOperationStatus;
    descriptor: Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resizeOperationStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  private java.lang.String etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.lang.String displayName
         0: .line 275
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.displayName:Ljava/lang/String;
         1: .line 276
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  displayName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      displayName  

  public org.joda.time.DateTime lastModified();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 285
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.lastModified:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

  public org.joda.time.DateTime creationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 294
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.creationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

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

  public org.joda.time.DateTime provisioningStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 312
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.provisioningStateTransitionTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

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

  public org.joda.time.DateTime allocationStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 330
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.allocationStateTransitionTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

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

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

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withDeploymentConfiguration(com.microsoft.azure.management.batch.DeploymentConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/DeploymentConfiguration;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.DeploymentConfiguration deploymentConfiguration
         0: .line 369
            aload 0 /* this */
            aload 1 /* deploymentConfiguration */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.deploymentConfiguration:Lcom/microsoft/azure/management/batch/DeploymentConfiguration;
         1: .line 370
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.DeploymentConfiguration deploymentConfiguration
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  deploymentConfiguration  Lcom/microsoft/azure/management/batch/DeploymentConfiguration;
    MethodParameters:
                         Name  Flags
      deploymentConfiguration  

  public java.lang.Integer currentDedicatedNodes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 379
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.currentDedicatedNodes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

  public java.lang.Integer currentLowPriorityNodes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 388
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.currentLowPriorityNodes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

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

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

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

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withInterNodeCommunication(com.microsoft.azure.management.batch.InterNodeCommunicationState);
    descriptor: (Lcom/microsoft/azure/management/batch/InterNodeCommunicationState;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.InterNodeCommunicationState interNodeCommunication
         0: .line 436
            aload 0 /* this */
            aload 1 /* interNodeCommunication */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.interNodeCommunication:Lcom/microsoft/azure/management/batch/InterNodeCommunicationState;
         1: .line 437
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.InterNodeCommunicationState interNodeCommunication
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  interNodeCommunication  Lcom/microsoft/azure/management/batch/InterNodeCommunicationState;
    MethodParameters:
                        Name  Flags
      interNodeCommunication  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withNetworkConfiguration(com.microsoft.azure.management.batch.NetworkConfiguration);
    descriptor: (Lcom/microsoft/azure/management/batch/NetworkConfiguration;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.NetworkConfiguration networkConfiguration
         0: .line 456
            aload 0 /* this */
            aload 1 /* networkConfiguration */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.networkConfiguration:Lcom/microsoft/azure/management/batch/NetworkConfiguration;
         1: .line 457
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.NetworkConfiguration networkConfiguration
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  networkConfiguration  Lcom/microsoft/azure/management/batch/NetworkConfiguration;
    MethodParameters:
                      Name  Flags
      networkConfiguration  

  public java.lang.Integer taskSlotsPerNode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 466
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.taskSlotsPerNode:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;

  public com.microsoft.azure.management.batch.implementation.PoolInner withTaskSlotsPerNode(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.lang.Integer taskSlotsPerNode
         0: .line 476
            aload 0 /* this */
            aload 1 /* taskSlotsPerNode */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.taskSlotsPerNode:Ljava/lang/Integer;
         1: .line 477
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer taskSlotsPerNode
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  taskSlotsPerNode  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      taskSlotsPerNode  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withTaskSchedulingPolicy(com.microsoft.azure.management.batch.TaskSchedulingPolicy);
    descriptor: (Lcom/microsoft/azure/management/batch/TaskSchedulingPolicy;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.TaskSchedulingPolicy taskSchedulingPolicy
         0: .line 496
            aload 0 /* this */
            aload 1 /* taskSchedulingPolicy */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.taskSchedulingPolicy:Lcom/microsoft/azure/management/batch/TaskSchedulingPolicy;
         1: .line 497
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.TaskSchedulingPolicy taskSchedulingPolicy
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  taskSchedulingPolicy  Lcom/microsoft/azure/management/batch/TaskSchedulingPolicy;
    MethodParameters:
                      Name  Flags
      taskSchedulingPolicy  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withUserAccounts(java.util.List<com.microsoft.azure.management.batch.UserAccount>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List userAccounts
         0: .line 516
            aload 0 /* this */
            aload 1 /* userAccounts */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.userAccounts:Ljava/util/List;
         1: .line 517
            aload 0 /* this */
            areturn
        end local 1 // java.util.List userAccounts
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  userAccounts  Ljava/util/List<Lcom/microsoft/azure/management/batch/UserAccount;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/UserAccount;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
              Name  Flags
      userAccounts  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withMetadata(java.util.List<com.microsoft.azure.management.batch.MetadataItem>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List metadata
         0: .line 536
            aload 0 /* this */
            aload 1 /* metadata */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.metadata:Ljava/util/List;
         1: .line 537
            aload 0 /* this */
            areturn
        end local 1 // java.util.List metadata
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  metadata  Ljava/util/List<Lcom/microsoft/azure/management/batch/MetadataItem;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/MetadataItem;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
          Name  Flags
      metadata  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withStartTask(com.microsoft.azure.management.batch.StartTask);
    descriptor: (Lcom/microsoft/azure/management/batch/StartTask;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.StartTask startTask
         0: .line 556
            aload 0 /* this */
            aload 1 /* startTask */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.startTask:Lcom/microsoft/azure/management/batch/StartTask;
         1: .line 557
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.StartTask startTask
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  startTask  Lcom/microsoft/azure/management/batch/StartTask;
    MethodParameters:
           Name  Flags
      startTask  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withCertificates(java.util.List<com.microsoft.azure.management.batch.CertificateReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List certificates
         0: .line 576
            aload 0 /* this */
            aload 1 /* certificates */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.certificates:Ljava/util/List;
         1: .line 577
            aload 0 /* this */
            areturn
        end local 1 // java.util.List certificates
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  certificates  Ljava/util/List<Lcom/microsoft/azure/management/batch/CertificateReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/CertificateReference;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
              Name  Flags
      certificates  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withApplicationPackages(java.util.List<com.microsoft.azure.management.batch.ApplicationPackageReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List applicationPackages
         0: .line 596
            aload 0 /* this */
            aload 1 /* applicationPackages */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.applicationPackages:Ljava/util/List;
         1: .line 597
            aload 0 /* this */
            areturn
        end local 1 // java.util.List applicationPackages
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  applicationPackages  Ljava/util/List<Lcom/microsoft/azure/management/batch/ApplicationPackageReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/ApplicationPackageReference;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
                     Name  Flags
      applicationPackages  

  public java.util.List<java.lang.String> applicationLicenses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 606
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.applicationLicenses:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.batch.implementation.PoolInner withApplicationLicenses(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List applicationLicenses
         0: .line 616
            aload 0 /* this */
            aload 1 /* applicationLicenses */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.applicationLicenses:Ljava/util/List;
         1: .line 617
            aload 0 /* this */
            areturn
        end local 1 // java.util.List applicationLicenses
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  applicationLicenses  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
                     Name  Flags
      applicationLicenses  

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

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withMountConfiguration(java.util.List<com.microsoft.azure.management.batch.MountConfiguration>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // java.util.List mountConfiguration
         0: .line 645
            aload 0 /* this */
            aload 1 /* mountConfiguration */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.mountConfiguration:Ljava/util/List;
         1: .line 646
            aload 0 /* this */
            areturn
        end local 1 // java.util.List mountConfiguration
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  mountConfiguration  Ljava/util/List<Lcom/microsoft/azure/management/batch/MountConfiguration;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/MountConfiguration;>;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    MethodParameters:
                    Name  Flags
      mountConfiguration  

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

  public com.microsoft.azure.management.batch.implementation.PoolInner withIdentity(com.microsoft.azure.management.batch.BatchPoolIdentity);
    descriptor: (Lcom/microsoft/azure/management/batch/BatchPoolIdentity;)Lcom/microsoft/azure/management/batch/implementation/PoolInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
        start local 1 // com.microsoft.azure.management.batch.BatchPoolIdentity identity
         0: .line 665
            aload 0 /* this */
            aload 1 /* identity */
            putfield com.microsoft.azure.management.batch.implementation.PoolInner.identity:Lcom/microsoft/azure/management/batch/BatchPoolIdentity;
         1: .line 666
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.BatchPoolIdentity identity
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
            0    2     1  identity  Lcom/microsoft/azure/management/batch/BatchPoolIdentity;
    MethodParameters:
          Name  Flags
      identity  

  public java.lang.String etag();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
         0: .line 675
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.implementation.PoolInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.implementation.PoolInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/implementation/PoolInner;
}
SourceFile: "PoolInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()