public class ApplyedRulesResponse extends Object
| Constructor and Description |
|---|
ApplyedRulesResponse(List<RuleDescription> tableRules,
Map<String,List<RuleDescription>> columnRuleMapping) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<RuleDescription>> |
getColumnRuleMapping() |
List<RuleDescription> |
getTableRules() |
public ApplyedRulesResponse(List<RuleDescription> tableRules, Map<String,List<RuleDescription>> columnRuleMapping)
public List<RuleDescription> getTableRules()
public Map<String,List<RuleDescription>> getColumnRuleMapping()
Copyright © 2015. All Rights Reserved.