public class InheritedRuleCategoryResponseModel extends Object
Constructor and Description |
---|
InheritedRuleCategoryResponseModel() |
InheritedRuleCategoryResponseModel(List<InheritedRuleResponseModel> rules,
List<InheritedPropertyResponseModel> properties) |
Modifier and Type | Method and Description |
---|---|
List<InheritedPropertyResponseModel> |
getProperties() |
List<InheritedRuleResponseModel> |
getRules() |
void |
setProperties(List<InheritedPropertyResponseModel> properties) |
void |
setRules(List<InheritedRuleResponseModel> rules) |
public InheritedRuleCategoryResponseModel()
public InheritedRuleCategoryResponseModel(List<InheritedRuleResponseModel> rules, List<InheritedPropertyResponseModel> properties)
public List<InheritedRuleResponseModel> getRules()
public void setRules(List<InheritedRuleResponseModel> rules)
public List<InheritedPropertyResponseModel> getProperties()
public void setProperties(List<InheritedPropertyResponseModel> properties)
Copyright © 2019 Vitam. All rights reserved.