Class ProjectEvent


  • public class ProjectEvent
    extends Object
    Project event. Serialization only.
    • Field Detail

      • TEMPLATE

        public static final org.springframework.web.util.UriTemplate TEMPLATE
    • Constructor Detail

      • ProjectEvent

        public ProjectEvent​(String type)
    • Method Detail

      • setParameter

        public void setParameter​(String key,
                                 String value)
        Set the parameter with given key and value, overwriting the preceding value of the same key (if any).
        Parameters:
        key - parameter key
        value - parameter value
      • getType

        public String getType()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object