public class com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig
  super_class: java.lang.Object
{
  private final boolean enabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int errorThresholdPercentage;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean forceClosed;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean forceOpen;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int requestVolumeThreshold;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int sleepWindowInMilliseconds;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean, int, boolean, boolean, int, int);
    descriptor: (ZIZZII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
        start local 1 // boolean enabled
        start local 2 // int errorThresholdPercentage
        start local 3 // boolean forceClosed
        start local 4 // boolean forceOpen
        start local 5 // int requestVolumeThreshold
        start local 6 // int sleepWindowInMilliseconds
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 112
            aload 0 /* this */
            iload 1 /* enabled */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.enabled:Z
         2: .line 113
            aload 0 /* this */
            iload 2 /* errorThresholdPercentage */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.errorThresholdPercentage:I
         3: .line 114
            aload 0 /* this */
            iload 3 /* forceClosed */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.forceClosed:Z
         4: .line 115
            aload 0 /* this */
            iload 4 /* forceOpen */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.forceOpen:Z
         5: .line 116
            aload 0 /* this */
            iload 5 /* requestVolumeThreshold */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.requestVolumeThreshold:I
         6: .line 117
            aload 0 /* this */
            iload 6 /* sleepWindowInMilliseconds */
            putfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.sleepWindowInMilliseconds:I
         7: .line 118
            return
        end local 6 // int sleepWindowInMilliseconds
        end local 5 // int requestVolumeThreshold
        end local 4 // boolean forceOpen
        end local 3 // boolean forceClosed
        end local 2 // int errorThresholdPercentage
        end local 1 // boolean enabled
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    8     0                       this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;
            0    8     1                    enabled  Z
            0    8     2   errorThresholdPercentage  I
            0    8     3                forceClosed  Z
            0    8     4                  forceOpen  Z
            0    8     5     requestVolumeThreshold  I
            0    8     6  sleepWindowInMilliseconds  I
    MethodParameters:
                           Name  Flags
      enabled                    
      errorThresholdPercentage   
      forceClosed                
      forceOpen                  
      requestVolumeThreshold     
      sleepWindowInMilliseconds  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 121
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.enabled:Z
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;

  public int getErrorThresholdPercentage();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 125
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.errorThresholdPercentage:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;

  public boolean isForceClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 129
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.forceClosed:Z
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;

  public boolean isForceOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 133
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.forceOpen:Z
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;

  public int getRequestVolumeThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 137
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.requestVolumeThreshold:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;

  public int getSleepWindowInMilliseconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
         0: .line 141
            aload 0 /* this */
            getfield com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig.sleepWindowInMilliseconds:I
            ireturn
        end local 0 // com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/config/HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig;
}
SourceFile: "HystrixCommandConfiguration.java"
NestHost: com.netflix.hystrix.config.HystrixCommandConfiguration
InnerClasses:
  public HystrixCommandCircuitBreakerConfig = com.netflix.hystrix.config.HystrixCommandConfiguration$HystrixCommandCircuitBreakerConfig of com.netflix.hystrix.config.HystrixCommandConfiguration