public class RuleModel extends Object
Constructor and Description |
---|
RuleModel() |
Modifier and Type | Method and Description |
---|---|
List<ConditionModel> |
getConditions() |
EndpointModel |
getEndpoint() |
String |
getError() |
List<RuleModel> |
getRules() |
String |
getType() |
void |
setConditions(List<ConditionModel> conditions) |
void |
setEndpoint(EndpointModel endpoint) |
void |
setError(String error) |
void |
setRules(List<RuleModel> rules) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public List<ConditionModel> getConditions()
public void setConditions(List<ConditionModel> conditions)
public String getError()
public void setError(String error)
public EndpointModel getEndpoint()
public void setEndpoint(EndpointModel endpoint)
Copyright © 2023. All rights reserved.