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 boolean
equals(Object obj)
String
getKey()
String
getValue()
int
hashCode()
boolean
isFetchedValue()
boolean
isPropagate()
boolean
isPropagateOnError()
String
toString()
-