Class GitTree.TreeEntry

java.lang.Object
ink.icoding.github4j.model.GitTree.TreeEntry
Enclosing class:
GitTree

public static class GitTree.TreeEntry extends Object
Tree条目,表示目录树中的一个文件或子目录。
  • Constructor Details

    • TreeEntry

      public TreeEntry()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getMode

      public String getMode()
    • setMode

      public void setMode(String mode)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSha

      public String getSha()
    • setSha

      public void setSha(String sha)
    • getSize

      public long getSize()
    • setSize

      public void setSize(long size)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)