public final class com.netflix.hystrix.HystrixCommand$Setter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCommand$Setter
  super_class: java.lang.Object
{
  protected final com.netflix.hystrix.HystrixCommandGroupKey groupKey;
    descriptor: Lcom/netflix/hystrix/HystrixCommandGroupKey;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected com.netflix.hystrix.HystrixCommandKey commandKey;
    descriptor: Lcom/netflix/hystrix/HystrixCommandKey;
    flags: (0x0004) ACC_PROTECTED

  protected com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey;
    descriptor: Lcom/netflix/hystrix/HystrixThreadPoolKey;
    flags: (0x0004) ACC_PROTECTED

  protected com.netflix.hystrix.HystrixCommandProperties$Setter commandPropertiesDefaults;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$Setter;
    flags: (0x0004) ACC_PROTECTED

  protected com.netflix.hystrix.HystrixThreadPoolProperties$Setter threadPoolPropertiesDefaults;
    descriptor: Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(com.netflix.hystrix.HystrixCommandGroupKey);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandGroupKey;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommand$Setter this
        start local 1 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
         0: .line 184
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 185
            aload 0 /* this */
            aload 1 /* groupKey */
            putfield com.netflix.hystrix.HystrixCommand$Setter.groupKey:Lcom/netflix/hystrix/HystrixCommandGroupKey;
         2: .line 186
            return
        end local 1 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
        end local 0 // com.netflix.hystrix.HystrixCommand$Setter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/netflix/hystrix/HystrixCommand$Setter;
            0    3     1  groupKey  Lcom/netflix/hystrix/HystrixCommandGroupKey;
    MethodParameters:
          Name  Flags
      groupKey  

  public static com.netflix.hystrix.HystrixCommand$Setter withGroupKey(com.netflix.hystrix.HystrixCommandGroupKey);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandGroupKey;)Lcom/netflix/hystrix/HystrixCommand$Setter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
         0: .line 201
            new com.netflix.hystrix.HystrixCommand$Setter
            dup
            aload 0 /* groupKey */
            invokespecial com.netflix.hystrix.HystrixCommand$Setter.<init>:(Lcom/netflix/hystrix/HystrixCommandGroupKey;)V
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandGroupKey groupKey
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  groupKey  Lcom/netflix/hystrix/HystrixCommandGroupKey;
    MethodParameters:
          Name  Flags
      groupKey  

  public com.netflix.hystrix.HystrixCommand$Setter andCommandKey(com.netflix.hystrix.HystrixCommandKey);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandKey;)Lcom/netflix/hystrix/HystrixCommand$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommand$Setter this
        start local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
         0: .line 218
            aload 0 /* this */
            aload 1 /* commandKey */
            putfield com.netflix.hystrix.HystrixCommand$Setter.commandKey:Lcom/netflix/hystrix/HystrixCommandKey;
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
        end local 0 // com.netflix.hystrix.HystrixCommand$Setter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/netflix/hystrix/HystrixCommand$Setter;
            0    2     1  commandKey  Lcom/netflix/hystrix/HystrixCommandKey;
    MethodParameters:
            Name  Flags
      commandKey  

  public com.netflix.hystrix.HystrixCommand$Setter andThreadPoolKey(com.netflix.hystrix.HystrixThreadPoolKey);
    descriptor: (Lcom/netflix/hystrix/HystrixThreadPoolKey;)Lcom/netflix/hystrix/HystrixCommand$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommand$Setter this
        start local 1 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
         0: .line 232
            aload 0 /* this */
            aload 1 /* threadPoolKey */
            putfield com.netflix.hystrix.HystrixCommand$Setter.threadPoolKey:Lcom/netflix/hystrix/HystrixThreadPoolKey;
         1: .line 233
            aload 0 /* this */
            areturn
        end local 1 // com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
        end local 0 // com.netflix.hystrix.HystrixCommand$Setter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/netflix/hystrix/HystrixCommand$Setter;
            0    2     1  threadPoolKey  Lcom/netflix/hystrix/HystrixThreadPoolKey;
    MethodParameters:
               Name  Flags
      threadPoolKey  

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

  public com.netflix.hystrix.HystrixCommand$Setter andThreadPoolPropertiesDefaults(com.netflix.hystrix.HystrixThreadPoolProperties$Setter);
    descriptor: (Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;)Lcom/netflix/hystrix/HystrixCommand$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommand$Setter this
        start local 1 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter threadPoolPropertiesDefaults
         0: .line 260
            aload 0 /* this */
            aload 1 /* threadPoolPropertiesDefaults */
            putfield com.netflix.hystrix.HystrixCommand$Setter.threadPoolPropertiesDefaults:Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // com.netflix.hystrix.HystrixThreadPoolProperties$Setter threadPoolPropertiesDefaults
        end local 0 // com.netflix.hystrix.HystrixCommand$Setter this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/netflix/hystrix/HystrixCommand$Setter;
            0    2     1  threadPoolPropertiesDefaults  Lcom/netflix/hystrix/HystrixThreadPoolProperties$Setter;
    MethodParameters:
                              Name  Flags
      threadPoolPropertiesDefaults  
}
SourceFile: "HystrixCommand.java"
NestHost: com.netflix.hystrix.HystrixCommand
InnerClasses:
  public final Setter = com.netflix.hystrix.HystrixCommand$Setter of com.netflix.hystrix.HystrixCommand
  public Setter = com.netflix.hystrix.HystrixCommandProperties$Setter of com.netflix.hystrix.HystrixCommandProperties
  public Setter = com.netflix.hystrix.HystrixThreadPoolProperties$Setter of com.netflix.hystrix.HystrixThreadPoolProperties