Package com.moesif.api.models
Class GovernanceRuleRegexConditionModel
- java.lang.Object
-
- com.moesif.api.models.GovernanceRuleRegexConditionModel
-
- All Implemented Interfaces:
Serializable
public class GovernanceRuleRegexConditionModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceRuleRegexConditionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()GETTER pathStringgetValue()GETTER valuevoidsetPath(String value)SETTER pathvoidsetValue(String value)SETTER value
-
-
-
Method Detail
-
getPath
public String getPath()
GETTER path- Returns:
- the value
-
setPath
public void setPath(String value)
SETTER path- Parameters:
value- the value to set
-
getValue
public String getValue()
GETTER value- Returns:
- the value
-
setValue
public void setValue(String value)
SETTER value- Parameters:
value- the value to set
-
-