public class io.vertx.pgclient.PgNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.pgclient.PgNotification
  super_class: java.lang.Object
{
  private int processId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String channel;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String payload;
    descriptor: Ljava/lang/String;
    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.pgclient.PgNotification this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/PgNotification;

  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.pgclient.PgNotification this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.pgclient.PgNotificationConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/pgclient/PgNotification;)V
         2: .line 37
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/PgNotification;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public int getProcessId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.PgNotification this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.pgclient.PgNotification.processId:I
            ireturn
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/PgNotification;

  public io.vertx.pgclient.PgNotification setProcessId(int);
    descriptor: (I)Lio/vertx/pgclient/PgNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.PgNotification this
        start local 1 // int processId
         0: .line 52
            aload 0 /* this */
            iload 1 /* processId */
            putfield io.vertx.pgclient.PgNotification.processId:I
         1: .line 53
            aload 0 /* this */
            areturn
        end local 1 // int processId
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/pgclient/PgNotification;
            0    2     1  processId  I
    MethodParameters:
           Name  Flags
      processId  

  public java.lang.String getChannel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.PgNotification this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.pgclient.PgNotification.channel:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/PgNotification;

  public io.vertx.pgclient.PgNotification setChannel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/pgclient/PgNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.PgNotification this
        start local 1 // java.lang.String channel
         0: .line 69
            aload 0 /* this */
            aload 1 /* channel */
            putfield io.vertx.pgclient.PgNotification.channel:Ljava/lang/String;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String channel
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/pgclient/PgNotification;
            0    2     1  channel  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      channel  

  public java.lang.String getPayload();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.PgNotification this
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.pgclient.PgNotification.payload:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/PgNotification;

  public io.vertx.pgclient.PgNotification setPayload(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/pgclient/PgNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.pgclient.PgNotification this
        start local 1 // java.lang.String payload
         0: .line 86
            aload 0 /* this */
            aload 1 /* payload */
            putfield io.vertx.pgclient.PgNotification.payload:Ljava/lang/String;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String payload
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/pgclient/PgNotification;
            0    2     1  payload  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      payload  

  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.pgclient.PgNotification this
         0: .line 91
            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 92
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.pgclient.PgNotificationConverter.toJson:(Lio/vertx/pgclient/PgNotification;Lio/vertx/core/json/JsonObject;)V
         2: .line 93
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.pgclient.PgNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/pgclient/PgNotification;
            1    3     1  json  Lio/vertx/core/json/JsonObject;
}
SourceFile: "PgNotification.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)