Class License
- java.lang.Object
 - 
- io.freefair.gradle.plugins.github.internal.License
 
 
- 
public class License extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description License() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()StringgetHtml_url()StringgetKey()StringgetName()StringgetUrl()inthashCode()voidsetDescription(String description)voidsetHtml_url(String html_url)voidsetKey(String key)voidsetName(String name)voidsetUrl(String url)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getKey
public String getKey()
 
- 
getName
public String getName()
 
- 
getUrl
public String getUrl()
 
- 
getHtml_url
public String getHtml_url()
 
- 
getDescription
public String getDescription()
 
- 
setKey
public void setKey(String key)
 
- 
setName
public void setName(String name)
 
- 
setUrl
public void setUrl(String url)
 
- 
setHtml_url
public void setHtml_url(String html_url)
 
- 
setDescription
public void setDescription(String description)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -