public class UserLocation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserLocation.Builder |
| Constructor and Description |
|---|
UserLocation() |
| Modifier and Type | Method and Description |
|---|---|
static UserLocation.Builder |
builder() |
String |
getCity() |
String |
getCountry() |
String |
getRegion() |
String |
getTimezone() |
String |
getType() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setRegion(String region) |
void |
setTimezone(String timezone) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
public String getRegion()
public void setRegion(String region)
public String getTimezone()
public void setTimezone(String timezone)
public static UserLocation.Builder builder()
Copyright © 2025. All rights reserved.