final class org.eclipse.jgit.transport.FetchV0Request$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.transport.FetchV0Request$Builder
  super_class: java.lang.Object
{
  int depth;
    descriptor: I
    flags: (0x0000) 

  final java.util.Set<org.eclipse.jgit.lib.ObjectId> wantIds;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;

  final java.util.Set<org.eclipse.jgit.lib.ObjectId> clientShallowCommits;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;

  org.eclipse.jgit.transport.FilterSpec filterSpec;
    descriptor: Lorg/eclipse/jgit/transport/FilterSpec;
    flags: (0x0000) 

  final java.util.Set<java.lang.String> clientCaps;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  java.lang.String agent;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.wantIds:Ljava/util/Set;
         2: .line 42
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientShallowCommits:Ljava/util/Set;
         3: .line 44
            aload 0 /* this */
            getstatic org.eclipse.jgit.transport.FilterSpec.NO_FILTER:Lorg/eclipse/jgit/transport/FilterSpec;
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.filterSpec:Lorg/eclipse/jgit/transport/FilterSpec;
         4: .line 46
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientCaps:Ljava/util/Set;
         5: .line 36
            return
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;

  org.eclipse.jgit.transport.FetchV0Request$Builder addWantId(org.eclipse.jgit.lib.ObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectId;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // org.eclipse.jgit.lib.ObjectId objectId
         0: .line 56
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.wantIds:Ljava/util/Set;
            aload 1 /* objectId */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectId objectId
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1  objectId  Lorg/eclipse/jgit/lib/ObjectId;
    MethodParameters:
          Name  Flags
      objectId  

  org.eclipse.jgit.transport.FetchV0Request$Builder setDepth(int);
    descriptor: (I)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // int d
         0: .line 66
            aload 0 /* this */
            iload 1 /* d */
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.depth:I
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // int d
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1     d  I
    MethodParameters:
      Name  Flags
      d     

  org.eclipse.jgit.transport.FetchV0Request$Builder addClientShallowCommit(org.eclipse.jgit.lib.ObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectId;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // org.eclipse.jgit.lib.ObjectId shallowOid
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientShallowCommits:Ljava/util/Set;
            aload 1 /* shallowOid */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jgit.lib.ObjectId shallowOid
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1  shallowOid  Lorg/eclipse/jgit/lib/ObjectId;
    MethodParameters:
            Name  Flags
      shallowOid  

  org.eclipse.jgit.transport.FetchV0Request$Builder addClientCapabilities(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // java.util.Collection clientCapabilities
         0: .line 87
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientCaps:Ljava/util/Set;
            aload 1 /* clientCapabilities */
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection clientCapabilities
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1  clientCapabilities  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    MethodParameters:
                    Name  Flags
      clientCapabilities  

  org.eclipse.jgit.transport.FetchV0Request$Builder setAgent(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // java.lang.String clientAgent
         0: .line 97
            aload 0 /* this */
            aload 1 /* clientAgent */
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.agent:Ljava/lang/String;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientAgent
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1  clientAgent  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      clientAgent  

  org.eclipse.jgit.transport.FetchV0Request$Builder setFilterSpec(org.eclipse.jgit.transport.FilterSpec);
    descriptor: (Lorg/eclipse/jgit/transport/FilterSpec;)Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
        start local 1 // org.eclipse.jgit.transport.FilterSpec filter
         0: .line 107
            aload 0 /* this */
            aload 1 /* filter */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jgit.transport.FilterSpec
            putfield org.eclipse.jgit.transport.FetchV0Request$Builder.filterSpec:Lorg/eclipse/jgit/transport/FilterSpec;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jgit.transport.FilterSpec filter
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
            0    2     1  filter  Lorg/eclipse/jgit/transport/FilterSpec;
    RuntimeInvisibleParameterAnnotations: 
      0:
        org.eclipse.jgit.annotations.NonNull()
    MethodParameters:
        Name  Flags
      filter  

  org.eclipse.jgit.transport.FetchV0Request build();
    descriptor: ()Lorg/eclipse/jgit/transport/FetchV0Request;
    flags: (0x0000) 
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
         0: .line 112
            new org.eclipse.jgit.transport.FetchV0Request
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.wantIds:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.depth:I
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientShallowCommits:Ljava/util/Set;
         1: .line 113
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.filterSpec:Lorg/eclipse/jgit/transport/FilterSpec;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.clientCaps:Ljava/util/Set;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.FetchV0Request$Builder.agent:Ljava/lang/String;
         2: .line 112
            invokespecial org.eclipse.jgit.transport.FetchV0Request.<init>:(Ljava/util/Set;ILjava/util/Set;Lorg/eclipse/jgit/transport/FilterSpec;Ljava/util/Set;Ljava/lang/String;)V
            areturn
        end local 0 // org.eclipse.jgit.transport.FetchV0Request$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/FetchV0Request$Builder;
}
SourceFile: "FetchV0Request.java"
NestHost: org.eclipse.jgit.transport.FetchV0Request
InnerClasses:
  final Builder = org.eclipse.jgit.transport.FetchV0Request$Builder of org.eclipse.jgit.transport.FetchV0Request