Package org.openiam.base.response
Class URIPatternRuleValue
- java.lang.Object
-
- org.openiam.base.response.URIPatternRuleValue
-
- All Implemented Interfaces:
Serializable
public class URIPatternRuleValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIPatternRuleValue()URIPatternRuleValue(String key, String value, boolean propagate, boolean propagateOnError, boolean fetchedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()StringgetValue()inthashCode()booleanisFetchedValue()booleanisPropagate()booleanisPropagateOnError()StringtoString()
-