public class ProjectEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Constructor and Description |
|---|
ProjectEvent(String type) |
ProjectEvent(String type,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getParameters() |
String |
getType() |
int |
hashCode() |
void |
setParameter(String key,
String value)
Set the parameter with given key and value, overwriting the preceding value of the same key (if any).
|
String |
toString() |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public ProjectEvent(String type)
Copyright © 2017. All rights reserved.