public class License extends Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getHtml_url() |
String |
getKey() |
String |
getName() |
String |
getUrl() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setHtml_url(String html_url) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setUrl(String url) |
String |
toString() |
public String getKey()
public String getName()
public String getUrl()
public String getHtml_url()
public String getDescription()
public void setKey(String key)
public void setName(String name)
public void setUrl(String url)
public void setHtml_url(String html_url)
public void setDescription(String description)
protected boolean canEqual(Object other)