| | |
| | | package com.hdl.photovoltaic.ui.bean; |
| | | |
| | | public class HouseInfoBean extends HouseListBean { |
| | | /** |
| | | * 电站详情实体类 |
| | | */ |
| | | public class HouseInfoBean extends HouseIdBean { |
| | | private Location location;//电站地址 |
| | | private String address;//详细地址 |
| | | private String latitude;//纬度 |
| | |
| | | this.zoneType = zoneType; |
| | | } |
| | | |
| | | |
| | | public static class Location { |
| | | private String nationCode;//国家编码 |
| | | private String nationName;//国家名称 |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 拼住宅地址 |
| | | * |
| | | * @return 住宅地址 |
| | | */ |
| | | public String getHomeAddress() { |
| | | if (this.location == null) { |
| | | return this.address; |
| | | } |
| | | return this.location.nationName + this.location.provinceName + this.location.cityName + this.address; |
| | | } |
| | | } |