| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | private String machineId; |
| | | private String machineCode; |
| | | private String energyPrice; |
| | | private String durationPrice; |
| | | private String ruleId; |
| | | |
| | | private String ruleName; |
| | | private String communityId; |
| | | private String machineName; |
| | | |
| | |
| | | private String state; |
| | | |
| | | private String stateName; |
| | | |
| | | private List<ChargeRuleFeeDto> fees; |
| | | |
| | | public String getHeartbeatTime() { |
| | | return heartbeatTime; |
| | |
| | | this.energyPrice = energyPrice; |
| | | } |
| | | |
| | | public String getDurationPrice() { |
| | | return durationPrice; |
| | | } |
| | | |
| | | public void setDurationPrice(String durationPrice) { |
| | | this.durationPrice = durationPrice; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getRuleId() { |
| | | return ruleId; |
| | | } |
| | | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | |
| | | public String getRuleName() { |
| | | return ruleName; |
| | | } |
| | | |
| | | public void setRuleName(String ruleName) { |
| | | this.ruleName = ruleName; |
| | | } |
| | | |
| | | public List<ChargeRuleFeeDto> getFees() { |
| | | return fees; |
| | | } |
| | | |
| | | public void setFees(List<ChargeRuleFeeDto> fees) { |
| | | this.fees = fees; |
| | | } |
| | | } |