public class com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse extends com.oracle.truffle.tools.dap.types.Response
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
  super_class: com.oracle.truffle.tools.dap.types.Response
{
  void <init>(com.oracle.truffle.tools.utils.json.JSONObject);
    descriptor: (Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
        start local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
         0: .line 41
            aload 0 /* this */
            aload 1 /* jsonData */
            invokespecial com.oracle.truffle.tools.dap.types.Response.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
         1: .line 42
            return
        end local 1 // com.oracle.truffle.tools.utils.json.JSONObject jsonData
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
            0    2     1  jsonData  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
          Name  Flags
      jsonData  

  public com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody getBody();
    descriptor: ()Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
         0: .line 46
            new com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "body"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.getJSONObject:(Ljava/lang/String;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            invokespecial com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;

  public com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse setBody(com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody);
    descriptor: (Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;)Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
        start local 1 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody body
         0: .line 50
            aload 0 /* this */
            getfield com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            ldc "body"
            aload 1 /* body */
            getfield com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         1: .line 51
            aload 0 /* this */
            areturn
        end local 1 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody body
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
            0    2     1  body  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
    MethodParameters:
      Name  Flags
      body  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
        start local 1 // java.lang.Object obj
         0: .line 56
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 57
            iconst_1
            ireturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 60
            iconst_0
            ireturn
         4: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 63
            iconst_0
            ireturn
         6: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
            astore 2 /* other */
        start local 2 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse other
         7: .line 66
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getBody:()Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getBody:()Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 67
            iconst_0
            ireturn
         9: .line 69
      StackMap locals: com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getType:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getType:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
        10: .line 70
            iconst_0
            ireturn
        11: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getRequestSeq:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getRequestSeq:()I
            if_icmpeq 13
        12: .line 73
            iconst_0
            ireturn
        13: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.isSuccess:()Z
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.isSuccess:()Z
            if_icmpeq 15
        14: .line 76
            iconst_0
            ireturn
        15: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getCommand:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getCommand:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 17
        16: .line 79
            iconst_0
            ireturn
        17: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getMessage:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getMessage:()Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 19
        18: .line 82
            iconst_0
            ireturn
        19: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getSeq:()I
            aload 2 /* other */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getSeq:()I
            if_icmpeq 21
        20: .line 85
            iconst_0
            ireturn
        21: .line 87
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
            0   22     1    obj  Ljava/lang/Object;
            7   22     2  other  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
         0: .line 92
            bipush 7
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 93
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getBody:()Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 94
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getType:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         3: .line 95
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getRequestSeq:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         4: .line 96
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.isSuccess:()Z
            invokestatic java.lang.Boolean.hashCode:(Z)I
            iadd
            istore 1 /* hash */
         5: .line 97
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getCommand:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         6: .line 98
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getMessage:()Ljava/lang/String;
            ifnull 8
         7: .line 99
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getMessage:()Ljava/lang/String;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         8: .line 101
      StackMap locals: int
      StackMap stack:
            bipush 17
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getSeq:()I
            invokestatic java.lang.Integer.hashCode:(I)I
            iadd
            istore 1 /* hash */
         9: .line 102
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
            1   10     1  hash  I

  public static com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse create(com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.Integer);
    descriptor: (Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/Integer;)Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody body
        start local 1 // java.lang.Integer requestSeq
        start local 2 // java.lang.Boolean success
        start local 3 // java.lang.String command
        start local 4 // java.lang.Integer seq
         0: .line 106
            new com.oracle.truffle.tools.utils.json.JSONObject
            dup
            invokespecial com.oracle.truffle.tools.utils.json.JSONObject.<init>:()V
            astore 5 /* json */
        start local 5 // com.oracle.truffle.tools.utils.json.JSONObject json
         1: .line 107
            aload 5 /* json */
            ldc "body"
            aload 0 /* body */
            getfield com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody.jsonData:Lcom/oracle/truffle/tools/utils/json/JSONObject;
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         2: .line 108
            aload 5 /* json */
            ldc "type"
            ldc "response"
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         3: .line 109
            aload 5 /* json */
            ldc "request_seq"
            aload 1 /* requestSeq */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         4: .line 110
            aload 5 /* json */
            ldc "success"
            aload 2 /* success */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         5: .line 111
            aload 5 /* json */
            ldc "command"
            aload 3 /* command */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         6: .line 112
            aload 5 /* json */
            ldc "seq"
            aload 4 /* seq */
            invokevirtual com.oracle.truffle.tools.utils.json.JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/tools/utils/json/JSONObject;
            pop
         7: .line 113
            new com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse
            dup
            aload 5 /* json */
            invokespecial com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.<init>:(Lcom/oracle/truffle/tools/utils/json/JSONObject;)V
            areturn
        end local 5 // com.oracle.truffle.tools.utils.json.JSONObject json
        end local 4 // java.lang.Integer seq
        end local 3 // java.lang.String command
        end local 2 // java.lang.Boolean success
        end local 1 // java.lang.Integer requestSeq
        end local 0 // com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody body
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        body  Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
            0    8     1  requestSeq  Ljava/lang/Integer;
            0    8     2     success  Ljava/lang/Boolean;
            0    8     3     command  Ljava/lang/String;
            0    8     4         seq  Ljava/lang/Integer;
            1    8     5        json  Lcom/oracle/truffle/tools/utils/json/JSONObject;
    MethodParameters:
            Name  Flags
      body        
      requestSeq  
      success     
      command     
      seq         

  public java.lang.Object getBody();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse.getBody:()Lcom/oracle/truffle/tools/dap/types/SetFunctionBreakpointsResponse$ResponseBody;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SetFunctionBreakpointsResponse.java"
NestMembers:
  com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody
InnerClasses:
  public ResponseBody = com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse$ResponseBody of com.oracle.truffle.tools.dap.types.SetFunctionBreakpointsResponse