public class com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter
  super_class: java.lang.Object
{
  private java.lang.Integer coreSize;
    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.HystrixTimerThreadPoolProperties$Setter this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.coreSize:Ljava/lang/Integer;
         2: .line 61
            return
        end local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$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.HystrixTimerThreadPoolProperties$Setter this
         0: .line 64
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter.coreSize:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixTimerThreadPoolProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixTimerThreadPoolProperties$Setter;

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