MCPcopy Create free account
hub / github.com/EsperoTech/yaade / setEvents

Method setEvents

server/src/main/java/com/postman/collection/Item.java:232–234  ·  view source on GitHub ↗

Set the ArrayList<Event> comprising the values in the event array. @param events

(ArrayList<Event> events)

Source from the content-addressed store, hash-verified

230 * @param events
231 */
232 public void setEvents(ArrayList<Event> events) {
233 this.event = events;
234 }
235
236
237

Callers 2

addCollectionMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected