| | |
| | | package com.hdl.photovoltaic.ui.bean; |
| | | |
| | | import com.hdl.photovoltaic.R; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | /** |
| | | * 电站Id实体类 |
| | | */ |
| | | public class HouseIdBean implements Serializable { |
| | | private String homeId;//电站id |
| | | private String powerStationImage;//电站图片 |
| | |
| | | } |
| | | |
| | | public String getInstalledCapacity() { |
| | | return installedCapacity == null ? "" : installedCapacity; |
| | | return installedCapacity == null ? "0" : installedCapacity; |
| | | } |
| | | |
| | | public void setInstalledCapacity(String installedCapacity) { |
| | |
| | | } |
| | | |
| | | public String getPower() { |
| | | return power == null ? "" : power; |
| | | return power == null ? "0" : power; |
| | | } |
| | | |
| | | public void setPower(String power) { |
| | |
| | | public void setPowerStationStatus(int powerStationStatus) { |
| | | this.powerStationStatus = powerStationStatus; |
| | | } |
| | | |
| | | public String getLocalSecret() { |
| | | return localSecret == null ? "" : localSecret; |
| | | } |
| | |
| | | this.localSecret = localSecret; |
| | | } |
| | | |
| | | |
| | | } |