public class LiveInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
liveAddress
example:
|
String |
liveArea
example:
|
String |
liveCity
example:
|
String |
liveProvince
example:
|
String |
liveStreet
example:
|
Long |
liveYears
example:
|
| Constructor and Description |
|---|
LiveInfo() |
| Modifier and Type | Method and Description |
|---|---|
static LiveInfo |
build(Map<String,?> map) |
String |
getLiveAddress() |
String |
getLiveArea() |
String |
getLiveCity() |
String |
getLiveProvince() |
String |
getLiveStreet() |
Long |
getLiveYears() |
LiveInfo |
setLiveAddress(String liveAddress) |
LiveInfo |
setLiveArea(String liveArea) |
LiveInfo |
setLiveCity(String liveCity) |
LiveInfo |
setLiveProvince(String liveProvince) |
LiveInfo |
setLiveStreet(String liveStreet) |
LiveInfo |
setLiveYears(Long liveYears) |
@NameInMap(value="live_province") public String liveProvince
居住省份
@NameInMap(value="live_city") public String liveCity
居住城市
@NameInMap(value="live_area") public String liveArea
居住区域
@NameInMap(value="live_street") public String liveStreet
居住街道
@NameInMap(value="live_address") public String liveAddress
居住详细地址
@NameInMap(value="live_years") public Long liveYears
居住年限
Copyright © 2025. All rights reserved.