| | |
| | | private String scaleName; |
| | | private String ircId; |
| | | private String ruleId; |
| | | private String ruleName; |
| | | private String[] ruleIds; |
| | | |
| | | private String communityId; |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String quantity; |
| | | |
| | | |
| | | public String getConfigId() { |
| | |
| | | public void setRuleIds(String[] ruleIds) { |
| | | this.ruleIds = ruleIds; |
| | | } |
| | | |
| | | public String getQuantity() { |
| | | return quantity; |
| | | } |
| | | |
| | | public void setQuantity(String quantity) { |
| | | this.quantity = quantity; |
| | | } |
| | | |
| | | public String getRuleName() { |
| | | return ruleName; |
| | | } |
| | | |
| | | public void setRuleName(String ruleName) { |
| | | this.ruleName = ruleName; |
| | | } |
| | | } |