Class GithubRepo

java.lang.Object
us.codecraft.webmagic.model.samples.GithubRepo
All Implemented Interfaces:
us.codecraft.webmagic.model.HasKey

public class GithubRepo extends Object implements us.codecraft.webmagic.model.HasKey
Author:
code4crafter@gmail.com
  • Constructor Details

    • GithubRepo

      public GithubRepo()
  • Method Details

    • main

      public static void main(String[] args)
    • key

      public String key()
      Specified by:
      key in interface us.codecraft.webmagic.model.HasKey
    • getName

      public String getName()
    • getReadme

      public String getReadme()
    • getAuthor

      public String getAuthor()
    • getLanguage

      public List<String> getLanguage()
    • getUrl

      public String getUrl()
    • getStar

      public String getStar()
    • getFork

      public String getFork()