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 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()
-
-
-
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)
-
-