public class ClientRelease extends Object
| Constructor and Description |
|---|
ClientRelease()
Creates a new client release class
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBuild()
Get the value of build.
|
String |
getChecksum()
Get the value of checksum.
|
String |
getInfo()
Get the value of info.
|
String |
getName()
Get the value of name.
|
String |
getURL()
Get the value of url.
|
void |
setBuild(int build)
Set the value of build.
|
void |
setChecksum(String checksum)
Set the value of checksum.
|
void |
setInfo(String info)
Set the value of info.
|
void |
setName(String name)
Set the value of name.
|
void |
setURL(String url)
Set the value of url.
|
public String getName()
public void setName(String name)
name - Value to assign to name.public int getBuild()
public void setBuild(int build)
build - Value to assign to build.public String getURL()
public void setURL(String url)
url - Value to assign to url.public String getInfo()
public void setInfo(String info)
info - Value to assign to info.public String getChecksum()
public void setChecksum(String checksum)
checksum - Value to assign to checksum.