MCPcopy Create free account
hub / github.com/Jarrettluo/all-docs / getTopic

Method getTopic

src/main/java/com/jiaruiblog/entity/data/Event.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 private Map<String,Object> data = new HashMap<>();
25
26 public String getTopic() {
27 return topic;
28 }
29
30 public Event setTopic(String topic) {
31 this.topic = topic;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected