| | |
| | | * SECONDARY_DEBUGGIN = 授权调试 |
| | | */ |
| | | private String debugStatus; |
| | | /** |
| | | * 电站类型 |
| | | * INV = 逆变器电站 |
| | | * BMS = BMS电站 |
| | | */ |
| | | private String powerStationType = "INV"; |
| | | |
| | | public String getPowerStationType() { |
| | | return powerStationType; |
| | | } |
| | | |
| | | public void setPowerStationType(String powerStationType) { |
| | | this.powerStationType = powerStationType; |
| | | } |
| | | |
| | | public String getDebugType() { |
| | | return debugType; |
| | | } |
| | |
| | | public void setFlowRecordContent(String flowRecordContent) { |
| | | this.flowRecordContent = flowRecordContent; |
| | | } |
| | | |
| | | public String getDebugStatus() { |
| | | return debugStatus == null ? "" : debugStatus; |
| | | } |