public final class com.mongodb.client.model.DBCollectionRemoveOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.client.model.DBCollectionRemoveOptions
  super_class: java.lang.Object
{
  private com.mongodb.client.model.Collation collation;
    descriptor: Lcom/mongodb/client/model/Collation;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.WriteConcern writeConcern;
    descriptor: Lcom/mongodb/WriteConcern;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.DBEncoder encoder;
    descriptor: Lcom/mongodb/DBEncoder;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            return
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;

  public com.mongodb.client.model.Collation getCollation();
    descriptor: ()Lcom/mongodb/client/model/Collation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
         0: .line 48
            aload 0 /* this */
            getfield com.mongodb.client.model.DBCollectionRemoveOptions.collation:Lcom/mongodb/client/model/Collation;
            areturn
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

  public com.mongodb.client.model.DBCollectionRemoveOptions collation(com.mongodb.client.model.Collation);
    descriptor: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
        start local 1 // com.mongodb.client.model.Collation collation
         0: .line 59
            aload 0 /* this */
            aload 1 /* collation */
            putfield com.mongodb.client.model.DBCollectionRemoveOptions.collation:Lcom/mongodb/client/model/Collation;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // com.mongodb.client.model.Collation collation
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
            0    2     1  collation  Lcom/mongodb/client/model/Collation;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
           Name  Flags
      collation  final

  public com.mongodb.WriteConcern getWriteConcern();
    descriptor: ()Lcom/mongodb/WriteConcern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
         0: .line 70
            aload 0 /* this */
            getfield com.mongodb.client.model.DBCollectionRemoveOptions.writeConcern:Lcom/mongodb/WriteConcern;
            areturn
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

  public com.mongodb.client.model.DBCollectionRemoveOptions writeConcern(com.mongodb.WriteConcern);
    descriptor: (Lcom/mongodb/WriteConcern;)Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
        start local 1 // com.mongodb.WriteConcern writeConcern
         0: .line 80
            aload 0 /* this */
            aload 1 /* writeConcern */
            putfield com.mongodb.client.model.DBCollectionRemoveOptions.writeConcern:Lcom/mongodb/WriteConcern;
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // com.mongodb.WriteConcern writeConcern
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
            0    2     1  writeConcern  Lcom/mongodb/WriteConcern;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
              Name  Flags
      writeConcern  final

  public com.mongodb.DBEncoder getEncoder();
    descriptor: ()Lcom/mongodb/DBEncoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
         0: .line 91
            aload 0 /* this */
            getfield com.mongodb.client.model.DBCollectionRemoveOptions.encoder:Lcom/mongodb/DBEncoder;
            areturn
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

  public com.mongodb.client.model.DBCollectionRemoveOptions encoder(com.mongodb.DBEncoder);
    descriptor: (Lcom/mongodb/DBEncoder;)Lcom/mongodb/client/model/DBCollectionRemoveOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
        start local 1 // com.mongodb.DBEncoder encoder
         0: .line 101
            aload 0 /* this */
            aload 1 /* encoder */
            putfield com.mongodb.client.model.DBCollectionRemoveOptions.encoder:Lcom/mongodb/DBEncoder;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // com.mongodb.DBEncoder encoder
        end local 0 // com.mongodb.client.model.DBCollectionRemoveOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/mongodb/client/model/DBCollectionRemoveOptions;
            0    2     1  encoder  Lcom/mongodb/DBEncoder;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
         Name  Flags
      encoder  final
}
SourceFile: "DBCollectionRemoveOptions.java"