public class com.mongodb.client.model.ParallelCollectionScanOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.mongodb.client.model.ParallelCollectionScanOptions
  super_class: java.lang.Object
{
  private int batchSize;
    descriptor: I
    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.ParallelCollectionScanOptions this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.client.model.ParallelCollectionScanOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/ParallelCollectionScanOptions;

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.client.model.ParallelCollectionScanOptions this
         0: .line 37
            aload 0 /* this */
            getfield com.mongodb.client.model.ParallelCollectionScanOptions.batchSize:I
            ireturn
        end local 0 // com.mongodb.client.model.ParallelCollectionScanOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/client/model/ParallelCollectionScanOptions;

  public com.mongodb.client.model.ParallelCollectionScanOptions batchSize(int);
    descriptor: (I)Lcom/mongodb/client/model/ParallelCollectionScanOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.client.model.ParallelCollectionScanOptions this
        start local 1 // int batchSize
         0: .line 48
            aload 0 /* this */
            iload 1 /* batchSize */
            putfield com.mongodb.client.model.ParallelCollectionScanOptions.batchSize:I
         1: .line 49
            aload 0 /* this */
            areturn
        end local 1 // int batchSize
        end local 0 // com.mongodb.client.model.ParallelCollectionScanOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/mongodb/client/model/ParallelCollectionScanOptions;
            0    2     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  final
}
SourceFile: "ParallelCollectionScanOptions.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()