final class org.eclipse.jgit.transport.FetchV0Request extends org.eclipse.jgit.transport.FetchRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.transport.FetchV0Request
  super_class: org.eclipse.jgit.transport.FetchRequest
{
  void <init>(java.util.Set<org.eclipse.jgit.lib.ObjectId>, int, java.util.Set<org.eclipse.jgit.lib.ObjectId>, org.eclipse.jgit.transport.FilterSpec, java.util.Set<java.lang.String>, java.lang.String);
    descriptor: (Ljava/util/Set;ILjava/util/Set;Lorg/eclipse/jgit/transport/FilterSpec;Ljava/util/Set;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // org.eclipse.jgit.transport.FetchV0Request this
        start local 1 // java.util.Set wantIds
        start local 2 // int depth
        start local 3 // java.util.Set clientShallowCommits
        start local 4 // org.eclipse.jgit.transport.FilterSpec filterSpec
        start local 5 // java.util.Set clientCapabilities
        start local 6 // java.lang.String agent
         0: .line 32
            aload 0 /* this */
            aload 1 /* wantIds */
            iload 2 /* depth */
            aload 3 /* clientShallowCommits */
            aload 4 /* filterSpec */
         1: .line 33
            aload 5 /* clientCapabilities */
            iconst_0
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            aload 6 /* agent */
            invokespecial org.eclipse.jgit.transport.FetchRequest.<init>:(Ljava/util/Set;ILjava/util/Set;Lorg/eclipse/jgit/transport/FilterSpec;Ljava/util/Set;ILjava/util/List;Ljava/lang/String;)V
         2: .line 34
            return
        end local 6 // java.lang.String agent
        end local 5 // java.util.Set clientCapabilities
        end local 4 // org.eclipse.jgit.transport.FilterSpec filterSpec
        end local 3 // java.util.Set clientShallowCommits
        end local 2 // int depth
        end local 1 // java.util.Set wantIds
        end local 0 // org.eclipse.jgit.transport.FetchV0Request this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/eclipse/jgit/transport/FetchV0Request;
            0    3     1               wantIds  Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;
            0    3     2                 depth  I
            0    3     3  clientShallowCommits  Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;
            0    3     4            filterSpec  Lorg/eclipse/jgit/transport/FilterSpec;
            0    3     5    clientCapabilities  Ljava/util/Set<Ljava/lang/String;>;
            0    3     6                 agent  Ljava/lang/String;
    Signature: (Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;ILjava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;Lorg/eclipse/jgit/transport/FilterSpec;Ljava/util/Set<Ljava/lang/String;>;Ljava/lang/String;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
      5:
        org.eclipse.jgit.annotations.Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        org.eclipse.jgit.annotations.NonNull()
      1:
      2:
        org.eclipse.jgit.annotations.NonNull()
      3:
        org.eclipse.jgit.annotations.NonNull()
      4:
        org.eclipse.jgit.annotations.NonNull()
      5:
    MethodParameters:
                      Name  Flags
      wantIds               
      depth                 
      clientShallowCommits  
      filterSpec            
      clientCapabilities    
      agent                 
}
SourceFile: "FetchV0Request.java"
NestMembers:
  org.eclipse.jgit.transport.FetchV0Request$Builder
InnerClasses:
  final Builder = org.eclipse.jgit.transport.FetchV0Request$Builder of org.eclipse.jgit.transport.FetchV0Request