| | |
| | | private String latitude;//纬度 |
| | | private String longitude;//经度 |
| | | private String timezone;//时区 |
| | | private String powerStationType;//电站类型(DOMESTIC_ROOF:家用屋顶,COMMERCIAL_ROOF:商业用屋顶,INDUSTRIAL_ROOF:工业用屋顶,SURFACE_POWER_STATION:地面电站) |
| | | private String workMode;//工作模式(self_use:自发自用,peak_load_shifting:削峰填谷,battery_priority:电池优先,auto:智能模式) |
| | | private long productionTime;//投产日志 |
| | | private String monetaryUnit;//货币单位 |
| | |
| | | |
| | | public void setTimezone(String timezone) { |
| | | this.timezone = timezone; |
| | | } |
| | | |
| | | public String getPowerStationType() { |
| | | return powerStationType == null ? "" : powerStationType; |
| | | } |
| | | |
| | | public void setPowerStationType(String powerStationType) { |
| | | this.powerStationType = powerStationType; |
| | | } |
| | | |
| | | public String getWorkMode() { |
| | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | } |