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

Method toString

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

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public String toString() {
82 return "Event{" +
83 "topic='" + topic + '\'' +
84 ", userId=" + userId +
85 ", entityType=" + entityType +
86 ", entityId=" + entityId +
87 ", entityUserId=" + entityUserId +
88 ", data=" + data +
89 '}';
90 }
91}

Callers 1

getEncodePasswordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected