public class io.vertx.ext.mongo.MongoClientDeleteResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.mongo.MongoClientDeleteResult
  super_class: java.lang.Object
{
  public static final long DEFAULT_REMOVEDCOUNT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final java.lang.String REMOVED_COUNT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "removed_count"

  private long docRemovedCount;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
        start local 1 // long docRemovedCount
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            lload 1 /* docRemovedCount */
            putfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
         2: .line 39
            return
        end local 1 // long docRemovedCount
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            0    3     1  docRemovedCount  J
    MethodParameters:
                 Name  Flags
      docRemovedCount  

  public void <init>(io.vertx.ext.mongo.MongoClientDeleteResult);
    descriptor: (Lio/vertx/ext/mongo/MongoClientDeleteResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
        start local 1 // io.vertx.ext.mongo.MongoClientDeleteResult otherMongoClientDeleteResultCopy
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* otherMongoClientDeleteResultCopy */
            invokevirtual io.vertx.ext.mongo.MongoClientDeleteResult.getRemovedCount:()J
            putfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
         2: .line 48
            return
        end local 1 // io.vertx.ext.mongo.MongoClientDeleteResult otherMongoClientDeleteResultCopy
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    3     0                              this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            0    3     1  otherMongoClientDeleteResultCopy  Lio/vertx/ext/mongo/MongoClientDeleteResult;
    MethodParameters:
                                  Name  Flags
      otherMongoClientDeleteResultCopy  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
        start local 1 // io.vertx.core.json.JsonObject mongoClientDeleteResultJson
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* mongoClientDeleteResultJson */
            ldc "removed_count"
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
         2: .line 57
            return
        end local 1 // io.vertx.core.json.JsonObject mongoClientDeleteResultJson
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    3     0                         this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            0    3     1  mongoClientDeleteResultJson  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                             Name  Flags
      mongoClientDeleteResultJson  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
         0: .line 64
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* jsonObject */
        start local 1 // io.vertx.core.json.JsonObject jsonObject
         1: .line 66
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            lconst_0
            lcmp
            ifeq 3
         2: .line 67
            aload 1 /* jsonObject */
            ldc "removed_count"
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 70
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            1    4     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public long getRemovedCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            lreturn
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/mongo/MongoClientDeleteResult;

  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 // io.vertx.ext.mongo.MongoClientDeleteResult this
        start local 1 // java.lang.Object obj
         0: .line 83
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 84
            iconst_1
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof io.vertx.ext.mongo.MongoClientDeleteResult
            ifeq 6
         3: .line 88
            aload 1 /* obj */
            checkcast io.vertx.ext.mongo.MongoClientDeleteResult
            astore 2 /* mongoClientDeleteResult */
        start local 2 // io.vertx.ext.mongo.MongoClientDeleteResult mongoClientDeleteResult
         4: .line 89
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            aload 2 /* mongoClientDeleteResult */
            invokevirtual io.vertx.ext.mongo.MongoClientDeleteResult.getRemovedCount:()J
            lcmp
            ifne 6
         5: .line 90
            iconst_1
            ireturn
        end local 2 // io.vertx.ext.mongo.MongoClientDeleteResult mongoClientDeleteResult
         6: .line 94
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    7     0                     this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            0    7     1                      obj  Ljava/lang/Object;
            4    6     2  mongoClientDeleteResult  Lio/vertx/ext/mongo/MongoClientDeleteResult;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
         0: .line 99
            bipush 19
            istore 1 /* result */
        start local 1 // int result
         1: .line 100
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            aload 0 /* this */
            getfield io.vertx.ext.mongo.MongoClientDeleteResult.docRemovedCount:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 101
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.mongo.MongoClientDeleteResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/ext/mongo/MongoClientDeleteResult;
            1    3     1  result  I
}
SourceFile: "MongoClientDeleteResult.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()