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

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

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

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

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

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

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

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

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

  private java.lang.Integer metricsRollingPercentileWindowBuckets;
    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.HystrixCollapserProperties$Setter this
         0: .line 227
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.collapsingEnabled:Ljava/lang/Boolean;
         2: .line 217
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.maxRequestsInBatch:Ljava/lang/Integer;
         3: .line 218
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.timerDelayInMilliseconds:Ljava/lang/Integer;
         4: .line 219
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.requestCacheEnabled:Ljava/lang/Boolean;
         5: .line 220
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
         6: .line 221
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingStatisticalWindowBuckets:Ljava/lang/Integer;
         7: .line 222
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingPercentileBucketSize:Ljava/lang/Integer;
         8: .line 223
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingPercentileEnabled:Ljava/lang/Boolean;
         9: .line 224
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingPercentileWindowInMilliseconds:Ljava/lang/Integer;
        10: .line 225
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingPercentileWindowBuckets:Ljava/lang/Integer;
        11: .line 228
            return
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;

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

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

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

  public java.lang.Boolean getRequestCacheEnabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter this
         0: .line 247
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.requestCacheEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$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.HystrixCollapserProperties$Setter this
         0: .line 251
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$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.HystrixCollapserProperties$Setter this
         0: .line 255
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.metricsRollingStatisticalWindowBuckets:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static com.netflix.hystrix.HystrixCollapserProperties$Setter getUnitTestPropertiesBuilder();
    descriptor: ()Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 332
            new com.netflix.hystrix.HystrixCollapserProperties$Setter
            dup
            invokespecial com.netflix.hystrix.HystrixCollapserProperties$Setter.<init>:()V
         1: .line 333
            ldc 2147483647
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties$Setter.withMaxRequestsInBatch:(I)Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
         2: .line 334
            bipush 10
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties$Setter.withTimerDelayInMilliseconds:(I)Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
         3: .line 335
            iconst_1
            invokevirtual com.netflix.hystrix.HystrixCollapserProperties$Setter.withRequestCacheEnabled:(Z)Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
         4: .line 332
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.netflix.hystrix.HystrixCollapserProperties asMock(com.netflix.hystrix.HystrixCollapserProperties$Setter);
    descriptor: (Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;)Lcom/netflix/hystrix/HystrixCollapserProperties;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter builder
         0: .line 346
            new com.netflix.hystrix.HystrixCollapserProperties$Setter$1
            dup
            getstatic com.netflix.hystrix.HystrixCollapserProperties$Setter$TestHystrixCollapserKey.TEST:Lcom/netflix/hystrix/HystrixCollapserProperties$Setter$TestHystrixCollapserKey;
            aload 0 /* builder */
            invokespecial com.netflix.hystrix.HystrixCollapserProperties$Setter$1.<init>:(Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;)V
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter builder
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  builder  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
    MethodParameters:
         Name  Flags
      builder  final
}
SourceFile: "HystrixCollapserProperties.java"
NestHost: com.netflix.hystrix.HystrixCollapserProperties
InnerClasses:
  public Setter = com.netflix.hystrix.HystrixCollapserProperties$Setter of com.netflix.hystrix.HystrixCollapserProperties
  com.netflix.hystrix.HystrixCollapserProperties$Setter$1
  private final TestHystrixCollapserKey = com.netflix.hystrix.HystrixCollapserProperties$Setter$TestHystrixCollapserKey of com.netflix.hystrix.HystrixCollapserProperties$Setter