Class Job
- java.lang.Object
-
- io.freefair.gradle.plugins.github.internal.Job
-
public class Job extends Object
-
-
Constructor Summary
Constructors Constructor Description Job()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCorrelator()
String
getHtml_url()
String
getId()
int
hashCode()
void
setCorrelator(String correlator)
void
setHtml_url(String html_url)
void
setId(String id)
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getCorrelator
public String getCorrelator()
-
getHtml_url
public String getHtml_url()
-
setId
public void setId(String id)
-
setCorrelator
public void setCorrelator(String correlator)
-
setHtml_url
public void setHtml_url(String html_url)
-
canEqual
protected boolean canEqual(Object other)
-
-