class com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult extends com.mongodb.client.result.UpdateResult
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult
  super_class: com.mongodb.client.result.UpdateResult
{
  private final long matchedCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Long modifiedCount;
    descriptor: Ljava/lang/Long;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bson.BsonValue upsertedId;
    descriptor: Lorg/bson/BsonValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(long, java.lang.Long, org.bson.BsonValue);
    descriptor: (JLjava/lang/Long;Lorg/bson/BsonValue;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
        start local 1 // long matchedCount
        start local 3 // java.lang.Long modifiedCount
        start local 4 // org.bson.BsonValue upsertedId
         0: .line 98
            aload 0 /* this */
            invokespecial com.mongodb.client.result.UpdateResult.<init>:()V
         1: .line 99
            aload 0 /* this */
            lload 1 /* matchedCount */
            putfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
         2: .line 100
            aload 0 /* this */
            aload 3 /* modifiedCount */
            putfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
         3: .line 101
            aload 0 /* this */
            aload 4 /* upsertedId */
            putfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
         4: .line 102
            return
        end local 4 // org.bson.BsonValue upsertedId
        end local 3 // java.lang.Long modifiedCount
        end local 1 // long matchedCount
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
            0    5     1   matchedCount  J
            0    5     3  modifiedCount  Ljava/lang/Long;
            0    5     4     upsertedId  Lorg/bson/BsonValue;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        com.mongodb.lang.Nullable()
    MethodParameters:
               Name  Flags
      matchedCount   final
      modifiedCount  final
      upsertedId     final

  public boolean wasAcknowledged();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 106
            iconst_1
            ireturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;

  public long getMatchedCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 111
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            lreturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;

  public boolean isModifiedCountAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 117
            iconst_1
            ireturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public long getModifiedCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 122
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;

  public org.bson.BsonValue getUpsertedId();
    descriptor: ()Lorg/bson/BsonValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 128
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            areturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
        start local 1 // java.lang.Object o
         0: .line 133
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 134
            iconst_1
            ireturn
         2: .line 136
      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 137
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult
            astore 2 /* that */
        start local 2 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult that
         5: .line 142
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            aload 2 /* that */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            lcmp
            ifeq 7
         6: .line 143
            iconst_0
            ireturn
         7: .line 145
      StackMap locals: com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            ifnull 8
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            aload 2 /* that */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            invokevirtual java.lang.Long.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* that */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            ifnull 10
         9: .line 146
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            ifnull 11
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            aload 2 /* that */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* that */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            ifnull 13
        12: .line 149
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 152
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult that
        end local 1 // java.lang.Object o
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
            0   14     1     o  Ljava/lang/Object;
            5   14     2  that  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 157
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* result */
        start local 1 // int result
         1: .line 158
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            ifnull 2
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            invokevirtual java.lang.Long.hashCode:()I
            goto 3
      StackMap locals: com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult int
      StackMap stack: int
         2: iconst_0
      StackMap locals: com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 159
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            ifnull 5
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            invokevirtual java.lang.Object.hashCode:()I
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 160
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
            1    8     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.client.result.UpdateResult$AcknowledgedUpdateResult this
         0: .line 165
            new java.lang.StringBuilder
            dup
            ldc "AcknowledgedUpdateResult{matchedCount="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 166
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.matchedCount:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         2: .line 167
            ldc ", modifiedCount="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.modifiedCount:Ljava/lang/Long;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 168
            ldc ", upsertedId="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult.upsertedId:Lorg/bson/BsonValue;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 169
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 165
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/mongodb/client/result/UpdateResult$AcknowledgedUpdateResult;
}
SourceFile: "UpdateResult.java"
NestHost: com.mongodb.client.result.UpdateResult
InnerClasses:
  private AcknowledgedUpdateResult = com.mongodb.client.result.UpdateResult$AcknowledgedUpdateResult of com.mongodb.client.result.UpdateResult