public class io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public java.lang.String nodeId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public io.vertx.core.net.impl.ServerID serverID;
    descriptor: Lio/vertx/core/net/impl/ServerID;
    flags: (0x0001) ACC_PUBLIC

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

  public void <init>(java.lang.String, io.vertx.core.net.impl.ServerID);
    descriptor: (Ljava/lang/String;Lio/vertx/core/net/impl/ServerID;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
        start local 1 // java.lang.String nodeId
        start local 2 // io.vertx.core.net.impl.ServerID serverID
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* nodeId */
            putfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
         2: .line 33
            aload 0 /* this */
            aload 2 /* serverID */
            putfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
         3: .line 34
            return
        end local 2 // io.vertx.core.net.impl.ServerID serverID
        end local 1 // java.lang.String nodeId
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            0    4     1    nodeId  Ljava/lang/String;
            0    4     2  serverID  Lio/vertx/core/net/impl/ServerID;
    MethodParameters:
          Name  Flags
      nodeId    
      serverID  

  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 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
        start local 1 // java.lang.Object o
         0: .line 38
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo
            astore 2 /* that */
        start local 2 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo that
         4: .line 43
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            goto 6
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo
      StackMap stack:
         5: aload 2 /* that */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            ifnull 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
         7: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            aload 2 /* that */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            invokevirtual io.vertx.core.net.impl.ServerID.equals:(Ljava/lang/Object;)Z
            goto 10
      StackMap locals:
      StackMap stack:
         8: aload 2 /* that */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            ifnonnull 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 2 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            0   11     1     o  Ljava/lang/Object;
            4   11     2  that  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 50
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            ifnull 4
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            invokevirtual io.vertx.core.net.impl.ServerID.hashCode:()I
            goto 5
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 51
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            3    7     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
         0: .line 56
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.nodeId:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.serverID:Lio/vertx/core/net/impl/ServerID;
            invokevirtual io.vertx.core.net.impl.ServerID.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
}
SourceFile: "ClusterNodeInfo.java"