public abstract class ClientInfo extends Object
Constructor and Description |
---|
ClientInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getBuild()
Get the value of build.
|
int |
getClientId()
Get the value of clientId.
|
String |
getClientString()
Get the value of clientString.
|
String |
getCountry()
Get the value of country.
|
int |
getDistributionCode()
Get the value of distributionChan.
|
String |
getLang()
Get the value of lang.
|
int |
getMajor()
Get the value of major.
|
int |
getMinor()
Get the value of minor.
|
int |
getPoint()
Get the value of point.
|
void |
setBuild(int build)
Set the value of build.
|
void |
setClientId(int clientId)
Set the value of clientId.
|
void |
setClientString(String clientString)
Set the value of clientString.
|
void |
setCountry(String country)
Set the value of country.
|
void |
setDistributionCode(int distributionChan)
Set the value of distributionChan.
|
void |
setLang(String lang)
Set the value of lang.
|
void |
setMajor(int major)
Set the value of major.
|
void |
setMinor(int minor)
Set the value of minor.
|
void |
setPoint(int point)
Set the value of point.
|
public String getClientString()
public void setClientString(String clientString)
clientString
- Value to assign to clientString.public int getClientId()
public void setClientId(int clientId)
clientId
- Value to assign to clientId.public int getMajor()
public void setMajor(int major)
major
- Value to assign to major.public int getMinor()
public void setMinor(int minor)
minor
- Value to assign to minor.public int getPoint()
public void setPoint(int point)
point
- Value to assign to point.public int getBuild()
public void setBuild(int build)
build
- Value to assign to build.public int getDistributionCode()
public void setDistributionCode(int distributionChan)
distributionChan
- Value to assign to distributionChan.public String getCountry()
public void setCountry(String country)
country
- Value to assign to country.public String getLang()
public void setLang(String lang)
lang
- Value to assign to lang.