Package org.openiam.base.request
Class NotificationParam
- java.lang.Object
-
- org.openiam.base.request.NotificationParam
-
- All Implemented Interfaces:
Serializable
public class NotificationParam extends Object implements Serializable
Parameters that are to be sent with a notification request- Author:
- suneet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationParam()
NotificationParam(String name, Object valueObj)
NotificationParam(String name, String value, Object valueObj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
Object
getValueObj()
void
setName(String name)
void
setValue(String value)
void
setValueObj(Object valueObj)
String
toString()
-