public abstract class com.mongodb.bulk.WriteRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.mongodb.bulk.WriteRequest
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.bulk.WriteRequest this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            return
        end local 0 // com.mongodb.bulk.WriteRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/bulk/WriteRequest;

  public abstract com.mongodb.bulk.WriteRequest$Type getType();
    descriptor: ()Lcom/mongodb/bulk/WriteRequest$Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WriteRequest.java"
NestMembers:
  com.mongodb.bulk.WriteRequest$Type
InnerClasses:
  public final Type = com.mongodb.bulk.WriteRequest$Type of com.mongodb.bulk.WriteRequest
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()