public class com.mongodb.client.model.DBCollectionDistinctOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.mongodb.client.model.DBCollectionDistinctOptions
  super_class: java.lang.Object
{
  private com.mongodb.DBObject filter;
    descriptor: Lcom/mongodb/DBObject;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.ReadPreference readPreference;
    descriptor: Lcom/mongodb/ReadPreference;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.ReadConcern readConcern;
    descriptor: Lcom/mongodb/ReadConcern;
    flags: (0x0002) ACC_PRIVATE

  private com.mongodb.client.model.Collation collation;
    descriptor: Lcom/mongodb/client/model/Collation;
    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.DBCollectionDistinctOptions this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            return
        end local 0 // com.mongodb.client.model.DBCollectionDistinctOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/client/model/DBCollectionDistinctOptions;

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

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

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

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

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

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

  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.DBCollectionDistinctOptions this
         0: .line 115
            aload 0 /* this */
            getfield com.mongodb.client.model.DBCollectionDistinctOptions.collation:Lcom/mongodb/client/model/Collation;
            areturn
        end local 0 // com.mongodb.client.model.DBCollectionDistinctOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/DBCollectionDistinctOptions;
    RuntimeVisibleAnnotations: 
      com.mongodb.lang.Nullable()

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