public class LocationCountry extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LocationCountry.Builder |
| 构造器和说明 |
|---|
LocationCountry() |
LocationCountry(LocationCountry.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCountryCode() |
LocationNameInfo |
getCountryNameInfo() |
static LocationCountry.Builder |
newBuilder() |
void |
setCountryCode(String countryCode) |
void |
setCountryNameInfo(LocationNameInfo countryNameInfo) |
public LocationCountry()
public LocationCountry(LocationCountry.Builder builder)
public static LocationCountry.Builder newBuilder()
public String getCountryCode()
public void setCountryCode(String countryCode)
public LocationNameInfo getCountryNameInfo()
public void setCountryNameInfo(LocationNameInfo countryNameInfo)
Copyright © 2024. All rights reserved.