@Deprecated @ApiStatus.ScheduledForRemoval public class CocLocation extends Object
| Constructor and Description |
|---|
CocLocation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Deprecated.
Getter for the field
countryCode. |
long |
getId()
Deprecated.
Getter for the field
id. |
String |
getName()
Deprecated.
Getter for the field
name. |
boolean |
isCountry()
Deprecated.
isCountry.
|
void |
setCountry(boolean country)
Deprecated.
setCountry.
|
void |
setCountryCode(String countryCode)
Deprecated.
Setter for the field
countryCode. |
void |
setId(long id)
Deprecated.
Setter for the field
id. |
void |
setName(String name)
Deprecated.
Setter for the field
name. |
String |
toString()
Deprecated.
|
public long getId()
Getter for the field id.
public void setId(long id)
Setter for the field id.
id - a longpublic void setName(String name)
Setter for the field name.
name - a String objectpublic String getCountryCode()
Getter for the field countryCode.
String objectpublic boolean isCountry()
isCountry.
public void setCountry(boolean country)
setCountry.
country - a booleanCopyright © 2016–2024. All rights reserved.