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

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

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

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

  private java.util.List<java.lang.String> instanceNames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.instanceNames", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
         0: .line 22
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;

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

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner withWorkerSizeId(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
        start local 1 // java.lang.Integer workerSizeId
         0: .line 76
            aload 0 /* this */
            aload 1 /* workerSizeId */
            putfield com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner.workerSizeId:Ljava/lang/Integer;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer workerSizeId
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    2     1  workerSizeId  Ljava/lang/Integer;
    MethodParameters:
              Name  Flags
      workerSizeId  

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

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner withComputeMode(com.microsoft.azure.management.appservice.ComputeModeOptions);
    descriptor: (Lcom/microsoft/azure/management/appservice/ComputeModeOptions;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
        start local 1 // com.microsoft.azure.management.appservice.ComputeModeOptions computeMode
         0: .line 96
            aload 0 /* this */
            aload 1 /* computeMode */
            putfield com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner.computeMode:Lcom/microsoft/azure/management/appservice/ComputeModeOptions;
         1: .line 97
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.ComputeModeOptions computeMode
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    2     1  computeMode  Lcom/microsoft/azure/management/appservice/ComputeModeOptions;
    MethodParameters:
             Name  Flags
      computeMode  

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

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner withWorkerSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
        start local 1 // java.lang.String workerSize
         0: .line 116
            aload 0 /* this */
            aload 1 /* workerSize */
            putfield com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner.workerSize:Ljava/lang/String;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String workerSize
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    2     1  workerSize  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      workerSize  

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

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner withWorkerCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
        start local 1 // java.lang.Integer workerCount
         0: .line 136
            aload 0 /* this */
            aload 1 /* workerCount */
            putfield com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner.workerCount:Ljava/lang/Integer;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer workerCount
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    2     1  workerCount  Ljava/lang/Integer;
    MethodParameters:
             Name  Flags
      workerCount  

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

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

  public com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner withSku(com.microsoft.azure.management.appservice.SkuDescription);
    descriptor: (Lcom/microsoft/azure/management/appservice/SkuDescription;)Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
        start local 1 // com.microsoft.azure.management.appservice.SkuDescription sku
         0: .line 165
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner.sku:Lcom/microsoft/azure/management/appservice/SkuDescription;
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SkuDescription sku
        end local 0 // com.microsoft.azure.management.appservice.implementation.WorkerPoolResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/WorkerPoolResourceInner;
            0    2     1   sku  Lcom/microsoft/azure/management/appservice/SkuDescription;
    MethodParameters:
      Name  Flags
      sku   
}
SourceFile: "WorkerPoolResourceInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()