public class com.netflix.hystrix.HystrixThreadPoolProperties$Setter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.HystrixThreadPoolProperties$Setter
  super_class: java.lang.Object
{
  private java.lang.Integer coreSize;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer maximumSize;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer keepAliveTimeMinutes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer maxQueueSize;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer queueSizeRejectionThreshold;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean allowMaximumSizeToDivergeFromCoreSize;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer rollingStatisticalWindowInMilliseconds;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer rollingStatisticalWindowBuckets;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 249
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 240
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.coreSize:Ljava/lang/Integer;
         2: .line 241
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maximumSize:Ljava/lang/Integer;
         3: .line 242
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.keepAliveTimeMinutes:Ljava/lang/Integer;
         4: .line 243
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maxQueueSize:Ljava/lang/Integer;
         5: .line 244
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.queueSizeRejectionThreshold:Ljava/lang/Integer;
         6: .line 245
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.allowMaximumSizeToDivergeFromCoreSize:Ljava/lang/Boolean;
         7: .line 246
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
         8: .line 247
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowBuckets:Ljava/lang/Integer;
         9: .line 250
            return
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getCoreSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 253
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.coreSize:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getMaximumSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 257
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maximumSize:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getKeepAliveTimeMinutes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 261
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.keepAliveTimeMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getMaxQueueSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 265
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maxQueueSize:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getQueueSizeRejectionThreshold();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 269
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.queueSizeRejectionThreshold:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Boolean getAllowMaximumSizeToDivergeFromCoreSize();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 273
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.allowMaximumSizeToDivergeFromCoreSize:Ljava/lang/Boolean;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getMetricsRollingStatisticalWindowInMilliseconds();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 277
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public java.lang.Integer getMetricsRollingStatisticalWindowBuckets();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
         0: .line 281
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowBuckets:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withCoreSize(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 285
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.coreSize:Ljava/lang/Integer;
         1: .line 286
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withMaximumSize(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 290
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maximumSize:Ljava/lang/Integer;
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withKeepAliveTimeMinutes(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 295
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.keepAliveTimeMinutes:Ljava/lang/Integer;
         1: .line 296
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withMaxQueueSize(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 300
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.maxQueueSize:Ljava/lang/Integer;
         1: .line 301
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withQueueSizeRejectionThreshold(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 305
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.queueSizeRejectionThreshold:Ljava/lang/Integer;
         1: .line 306
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withAllowMaximumSizeToDivergeFromCoreSize(boolean);
    descriptor: (Z)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // boolean value
         0: .line 310
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.allowMaximumSizeToDivergeFromCoreSize:Ljava/lang/Boolean;
         1: .line 311
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withMetricsRollingStatisticalWindowInMilliseconds(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 315
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
         1: .line 316
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.netflix.hystrix.HystrixThreadPoolProperties$Setter withMetricsRollingStatisticalWindowBuckets(int);
    descriptor: (I)Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
        start local 1 // int value
         0: .line 320
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield com.netflix.hystrix.HystrixThreadPoolProperties$Setter.rollingStatisticalWindowBuckets:Ljava/lang/Integer;
         1: .line 321
            aload 0 /* this */
            areturn
        end local 1 // int value
        end local 0 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "HystrixThreadPoolProperties.java"
NestHost: com.netflix.hystrix.HystrixThreadPoolProperties
InnerClasses:
  public Setter = com.netflix.hystrix.HystrixThreadPoolProperties$Setter of com.netflix.hystrix.HystrixThreadPoolProperties