Package com.gooddata.notification
Class ProjectEvent
- java.lang.Object
-
- com.gooddata.notification.ProjectEvent
-
public class ProjectEvent extends Object
Project event. Serialization only.
-
-
Constructor Summary
Constructors Constructor Description ProjectEvent(String type)ProjectEvent(String type, Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getParameters()StringgetType()inthashCode()voidsetParameter(String key, String value)Set the parameter with given key and value, overwriting the preceding value of the same key (if any).StringtoString()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
TEMPLATE
public static final org.springframework.web.util.UriTemplate TEMPLATE
-
-