public class io.vertx.core.http.GoAway
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.GoAway
  super_class: java.lang.Object
{
  private long errorCode;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int lastStreamId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.buffer.Buffer debugData;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.GoAway this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/GoAway;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.GoAway this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.http.GoAwayConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/GoAway;)V
         2: .line 35
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/GoAway;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public void <init>(io.vertx.core.http.GoAway);
    descriptor: (Lio/vertx/core/http/GoAway;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.GoAway this
        start local 1 // io.vertx.core.http.GoAway that
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.core.http.GoAway.errorCode:J
            putfield io.vertx.core.http.GoAway.errorCode:J
         2: .line 39
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.core.http.GoAway.lastStreamId:I
            putfield io.vertx.core.http.GoAway.lastStreamId:I
         3: .line 40
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
            ifnull 4
            aload 1 /* that */
            getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.copy:()Lio/vertx/core/buffer/Buffer;
            goto 5
      StackMap locals: io.vertx.core.http.GoAway io.vertx.core.http.GoAway
      StackMap stack: io.vertx.core.http.GoAway
         4: aconst_null
      StackMap locals: io.vertx.core.http.GoAway io.vertx.core.http.GoAway
      StackMap stack: io.vertx.core.http.GoAway io.vertx.core.buffer.Buffer
         5: putfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
         6: .line 41
            return
        end local 1 // io.vertx.core.http.GoAway that
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/GoAway;
            0    7     1  that  Lio/vertx/core/http/GoAway;
    MethodParameters:
      Name  Flags
      that  

  public long getErrorCode();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.GoAway this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.core.http.GoAway.errorCode:J
            lreturn
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/GoAway;

  public io.vertx.core.http.GoAway setErrorCode(long);
    descriptor: (J)Lio/vertx/core/http/GoAway;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.GoAway this
        start local 1 // long errorCode
         0: .line 51
            aload 0 /* this */
            lload 1 /* errorCode */
            putfield io.vertx.core.http.GoAway.errorCode:J
         1: .line 52
            aload 0 /* this */
            areturn
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/GoAway;
            0    2     1  errorCode  J
    MethodParameters:
           Name  Flags
      errorCode  

  public int getLastStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.GoAway this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.core.http.GoAway.lastStreamId:I
            ireturn
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/GoAway;

  public io.vertx.core.http.GoAway setLastStreamId(int);
    descriptor: (I)Lio/vertx/core/http/GoAway;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.GoAway this
        start local 1 // int lastStreamId
         0: .line 70
            aload 0 /* this */
            iload 1 /* lastStreamId */
            putfield io.vertx.core.http.GoAway.lastStreamId:I
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // int lastStreamId
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/http/GoAway;
            0    2     1  lastStreamId  I
    MethodParameters:
              Name  Flags
      lastStreamId  

  public io.vertx.core.buffer.Buffer getDebugData();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.GoAway this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/GoAway;

  public io.vertx.core.http.GoAway setDebugData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/GoAway;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.GoAway this
        start local 1 // io.vertx.core.buffer.Buffer debugData
         0: .line 88
            aload 0 /* this */
            aload 1 /* debugData */
            putfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer debugData
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/GoAway;
            0    2     1  debugData  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
           Name  Flags
      debugData  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.GoAway this
         0: .line 93
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 94
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.http.GoAwayConverter.toJson:(Lio/vertx/core/http/GoAway;Lio/vertx/core/json/JsonObject;)V
         2: .line 95
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.http.GoAway this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/GoAway;
            1    3     1  json  Lio/vertx/core/json/JsonObject;
}
SourceFile: "GoAway.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)