public class GithubRepo extends Object
private String
author
name
readme
GithubRepo()
String
getAuthor()
getName()
getReadme()
void
setAuthor(String author)
setName(String name)
setReadme(String readme)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String name
private String author
private String readme
public GithubRepo()
public String getName()
public void setName(String name)
public String getAuthor()
public void setAuthor(String author)
public String getReadme()
public void setReadme(String readme)
Copyright © 2021. All rights reserved.