class com.netflix.hystrix.HystrixCollapserProperties$Setter$1 extends com.netflix.hystrix.HystrixCollapserProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCollapserProperties$Setter$1
  super_class: com.netflix.hystrix.HystrixCollapserProperties
{
  private final com.netflix.hystrix.HystrixCollapserProperties$Setter val$builder;
    descriptor: Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.HystrixCollapserProperties$Setter);
    descriptor: (Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
        start local 1 // com.netflix.hystrix.HystrixCollapserKey $anonymous0
         0: .line 346
            aload 0 /* this */
            aload 2
            putfield com.netflix.hystrix.HystrixCollapserProperties$Setter$1.val$builder:Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial com.netflix.hystrix.HystrixCollapserProperties.<init>:(Lcom/netflix/hystrix/HystrixCollapserKey;)V
            return
        end local 1 // com.netflix.hystrix.HystrixCollapserKey $anonymous0
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter$1;
            0    1     1  $anonymous0  Lcom/netflix/hystrix/HystrixCollapserKey;
    MethodParameters:
             Name  Flags
      $anonymous0  
      val$builder  final

  public com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Boolean> requestCachingEnabled();
    descriptor: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
         0: .line 350
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter$1.val$builder:Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.requestCacheEnabled:Ljava/lang/Boolean;
            invokestatic com.netflix.hystrix.strategy.properties.HystrixProperty$Factory.asProperty:(Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter$1;
    Signature: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Boolean;>;

  public com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> maxRequestsInBatch();
    descriptor: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
         0: .line 355
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter$1.val$builder:Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.maxRequestsInBatch:Ljava/lang/Integer;
            invokestatic com.netflix.hystrix.strategy.properties.HystrixProperty$Factory.asProperty:(Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter$1;
    Signature: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;

  public com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.Integer> timerDelayInMilliseconds();
    descriptor: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
         0: .line 360
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter$1.val$builder:Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;
            getfield com.netflix.hystrix.HystrixCollapserProperties$Setter.timerDelayInMilliseconds:Ljava/lang/Integer;
            invokestatic com.netflix.hystrix.strategy.properties.HystrixProperty$Factory.asProperty:(Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCollapserProperties$Setter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCollapserProperties$Setter$1;
    Signature: ()Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/Integer;>;
}
SourceFile: "HystrixCollapserProperties.java"
EnclosingMethod: com.netflix.hystrix.HystrixCollapserProperties$Setter.asMock:(Lcom/netflix/hystrix/HystrixCollapserProperties$Setter;)Lcom/netflix/hystrix/HystrixCollapserProperties;
NestHost: com.netflix.hystrix.HystrixCollapserProperties
InnerClasses:
  public Setter = com.netflix.hystrix.HystrixCollapserProperties$Setter of com.netflix.hystrix.HystrixCollapserProperties
  com.netflix.hystrix.HystrixCollapserProperties$Setter$1
  public Factory = com.netflix.hystrix.strategy.properties.HystrixProperty$Factory of com.netflix.hystrix.strategy.properties.HystrixProperty