public final class com.mongodb.connection.ServerId
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.connection.ServerId
  super_class: java.lang.Object
{
  private final com.mongodb.connection.ClusterId clusterId;
    descriptor: Lcom/mongodb/connection/ClusterId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.mongodb.ServerAddress address;
    descriptor: Lcom/mongodb/ServerAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.mongodb.connection.ClusterId, com.mongodb.ServerAddress);
    descriptor: (Lcom/mongodb/connection/ClusterId;Lcom/mongodb/ServerAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.connection.ServerId this
        start local 1 // com.mongodb.connection.ClusterId clusterId
        start local 2 // com.mongodb.ServerAddress address
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            ldc "clusterId"
            aload 1 /* clusterId */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.connection.ClusterId
            putfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
         2: .line 42
            aload 0 /* this */
            ldc "address"
            aload 2 /* address */
            invokestatic com.mongodb.assertions.Assertions.notNull:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.ServerAddress
            putfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
         3: .line 43
            return
        end local 2 // com.mongodb.ServerAddress address
        end local 1 // com.mongodb.connection.ClusterId clusterId
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/mongodb/connection/ServerId;
            0    4     1  clusterId  Lcom/mongodb/connection/ClusterId;
            0    4     2    address  Lcom/mongodb/ServerAddress;
    MethodParameters:
           Name  Flags
      clusterId  final
      address    final

  public com.mongodb.connection.ClusterId getClusterId();
    descriptor: ()Lcom/mongodb/connection/ClusterId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ServerId this
         0: .line 51
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
            areturn
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ServerId;

  public com.mongodb.ServerAddress getAddress();
    descriptor: ()Lcom/mongodb/ServerAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ServerId this
         0: .line 59
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
            areturn
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/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 // com.mongodb.connection.ServerId this
        start local 1 // java.lang.Object o
         0: .line 64
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 65
            iconst_1
            ireturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 68
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.mongodb.connection.ServerId
            astore 2 /* serverId */
        start local 2 // com.mongodb.connection.ServerId serverId
         5: .line 73
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
            aload 2 /* serverId */
            getfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
            invokevirtual com.mongodb.ServerAddress.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 74
            iconst_0
            ireturn
         7: .line 76
      StackMap locals: com.mongodb.connection.ServerId
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
            aload 2 /* serverId */
            getfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
            invokevirtual com.mongodb.connection.ClusterId.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 77
            iconst_0
            ireturn
         9: .line 80
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.mongodb.connection.ServerId serverId
        end local 1 // java.lang.Object o
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/mongodb/connection/ServerId;
            0   10     1         o  Ljava/lang/Object;
            5   10     2  serverId  Lcom/mongodb/connection/ServerId;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.mongodb.connection.ServerId this
         0: .line 85
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
            invokevirtual com.mongodb.connection.ClusterId.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 86
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
            invokevirtual com.mongodb.ServerAddress.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 87
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/mongodb/connection/ServerId;
            1    3     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 // com.mongodb.connection.ServerId this
         0: .line 92
            new java.lang.StringBuilder
            dup
            ldc "ServerId{clusterId="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 93
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.clusterId:Lcom/mongodb/connection/ClusterId;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 94
            ldc ", address="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mongodb.connection.ServerId.address:Lcom/mongodb/ServerAddress;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 95
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 92
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.connection.ServerId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/mongodb/connection/ServerId;
}
SourceFile: "ServerId.java"
    RuntimeVisibleAnnotations: 
      com.mongodb.annotations.Immutable()