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

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

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

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

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

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

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

  private com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy executionIsolationStrategy;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  private java.lang.Integer metricsHealthSnapshotIntervalInMilliseconds;
    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 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.Boolean requestCacheEnabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
         0: .line 564
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 539
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerEnabled:Ljava/lang/Boolean;
         2: .line 540
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerErrorThresholdPercentage:Ljava/lang/Integer;
         3: .line 541
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerForceClosed:Ljava/lang/Boolean;
         4: .line 542
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerForceOpen:Ljava/lang/Boolean;
         5: .line 543
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerRequestVolumeThreshold:Ljava/lang/Integer;
         6: .line 544
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.circuitBreakerSleepWindowInMilliseconds:Ljava/lang/Integer;
         7: .line 545
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationSemaphoreMaxConcurrentRequests:Ljava/lang/Integer;
         8: .line 546
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         9: .line 547
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationThreadInterruptOnTimeout:Ljava/lang/Boolean;
        10: .line 548
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationThreadInterruptOnFutureCancel:Ljava/lang/Boolean;
        11: .line 549
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionTimeoutInMilliseconds:Ljava/lang/Integer;
        12: .line 550
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionTimeoutEnabled:Ljava/lang/Boolean;
        13: .line 551
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.fallbackIsolationSemaphoreMaxConcurrentRequests:Ljava/lang/Integer;
        14: .line 552
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.fallbackEnabled:Ljava/lang/Boolean;
        15: .line 553
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsHealthSnapshotIntervalInMilliseconds:Ljava/lang/Integer;
        16: .line 554
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileBucketSize:Ljava/lang/Integer;
        17: .line 555
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileEnabled:Ljava/lang/Boolean;
        18: .line 556
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileWindowInMilliseconds:Ljava/lang/Integer;
        19: .line 557
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileWindowBuckets:Ljava/lang/Integer;
        20: .line 559
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
        21: .line 560
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingStatisticalWindowBuckets:Ljava/lang/Integer;
        22: .line 561
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.requestCacheEnabled:Ljava/lang/Boolean;
        23: .line 562
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.requestLogEnabled:Ljava/lang/Boolean;
        24: .line 565
            return
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$Setter;

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

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

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

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

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

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

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

  public com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy getExecutionIsolationStrategy();
    descriptor: ()Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
         0: .line 596
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$Setter;

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

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

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

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

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

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

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

  public java.lang.Integer getMetricsHealthSnapshotIntervalInMilliseconds();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
         0: .line 632
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsHealthSnapshotIntervalInMilliseconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 636
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileBucketSize:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 640
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 644
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileWindowInMilliseconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 648
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingPercentileWindowBuckets:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 652
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingStatisticalWindowInMilliseconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 656
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.metricsRollingStatisticalWindowBuckets:Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$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.HystrixCommandProperties$Setter this
         0: .line 660
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$Setter.requestCacheEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$Setter;

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

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

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

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

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

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

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

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

  public com.netflix.hystrix.HystrixCommandProperties$Setter withExecutionIsolationStrategy(com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;)Lcom/netflix/hystrix/HystrixCommandProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
        start local 1 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy value
         0: .line 703
            aload 0 /* this */
            aload 1 /* value */
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.executionIsolationStrategy:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         1: .line 704
            aload 0 /* this */
            areturn
        end local 1 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy value
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixCommandProperties$Setter;
            0    2     1  value  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    MethodParameters:
       Name  Flags
      value  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.netflix.hystrix.HystrixCommandProperties$Setter withRequestLogEnabled(boolean);
    descriptor: (Z)Lcom/netflix/hystrix/HystrixCommandProperties$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
        start local 1 // boolean value
         0: .line 787
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.netflix.hystrix.HystrixCommandProperties$Setter.requestLogEnabled:Ljava/lang/Boolean;
         1: .line 788
            aload 0 /* this */
            areturn
        end local 1 // boolean value
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$Setter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/netflix/hystrix/HystrixCommandProperties$Setter;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "HystrixCommandProperties.java"
NestHost: com.netflix.hystrix.HystrixCommandProperties
InnerClasses:
  public final ExecutionIsolationStrategy = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy of com.netflix.hystrix.HystrixCommandProperties
  public Setter = com.netflix.hystrix.HystrixCommandProperties$Setter of com.netflix.hystrix.HystrixCommandProperties