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

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

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

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

  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 = "computeMode")

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

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

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

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

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

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

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

  public java.lang.String name();
    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.StampCapacityInner this
         0: .line 98
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.StampCapacityInner withAvailableCapacity(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
        start local 1 // java.lang.Long availableCapacity
         0: .line 128
            aload 0 /* this */
            aload 1 /* availableCapacity */
            putfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.availableCapacity:Ljava/lang/Long;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long availableCapacity
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
            0    2     1  availableCapacity  Ljava/lang/Long;
    MethodParameters:
                   Name  Flags
      availableCapacity  

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

  public com.microsoft.azure.management.appservice.implementation.StampCapacityInner withTotalCapacity(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
        start local 1 // java.lang.Long totalCapacity
         0: .line 148
            aload 0 /* this */
            aload 1 /* totalCapacity */
            putfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.totalCapacity:Ljava/lang/Long;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long totalCapacity
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
            0    2     1  totalCapacity  Ljava/lang/Long;
    MethodParameters:
               Name  Flags
      totalCapacity  

  public java.lang.String unit();
    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.StampCapacityInner this
         0: .line 158
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.unit:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;

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

  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.StampCapacityInner this
         0: .line 178
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.computeMode:Lcom/microsoft/azure/management/appservice/ComputeModeOptions;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;

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

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

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

  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.StampCapacityInner this
         0: .line 221
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.workerSizeId:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.StampCapacityInner withExcludeFromCapacityAllocation(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
        start local 1 // java.lang.Boolean excludeFromCapacityAllocation
         0: .line 256
            aload 0 /* this */
            aload 1 /* excludeFromCapacityAllocation */
            putfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.excludeFromCapacityAllocation:Ljava/lang/Boolean;
         1: .line 257
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean excludeFromCapacityAllocation
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
            0    2     1  excludeFromCapacityAllocation  Ljava/lang/Boolean;
    MethodParameters:
                               Name  Flags
      excludeFromCapacityAllocation  

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

  public com.microsoft.azure.management.appservice.implementation.StampCapacityInner withIsApplicableForAllComputeModes(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
        start local 1 // java.lang.Boolean isApplicableForAllComputeModes
         0: .line 276
            aload 0 /* this */
            aload 1 /* isApplicableForAllComputeModes */
            putfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.isApplicableForAllComputeModes:Ljava/lang/Boolean;
         1: .line 277
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isApplicableForAllComputeModes
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
            0    2     1  isApplicableForAllComputeModes  Ljava/lang/Boolean;
    MethodParameters:
                                Name  Flags
      isApplicableForAllComputeModes  

  public java.lang.String siteMode();
    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.StampCapacityInner this
         0: .line 286
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.siteMode:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.StampCapacityInner withIsLinux(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
        start local 1 // java.lang.Boolean isLinux
         0: .line 316
            aload 0 /* this */
            aload 1 /* isLinux */
            putfield com.microsoft.azure.management.appservice.implementation.StampCapacityInner.isLinux:Ljava/lang/Boolean;
         1: .line 317
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isLinux
        end local 0 // com.microsoft.azure.management.appservice.implementation.StampCapacityInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/StampCapacityInner;
            0    2     1  isLinux  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      isLinux  
}
SourceFile: "StampCapacityInner.java"