MCPcopy Create free account
hub / github.com/LisenCoding/cangku / toString

Method toString

boot/src/main/java/com/entity/ChatEntity.java:252–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 @Override
253 public String toString() {
254 return "Chat{" +
255 ", id=" + id +
256 ", yonghuId=" + yonghuId +
257 ", chatIssue=" + chatIssue +
258 ", issueTime=" + DateUtil.convertString(issueTime,"yyyy-MM-dd") +
259 ", chatReply=" + chatReply +
260 ", replyTime=" + DateUtil.convertString(replyTime,"yyyy-MM-dd") +
261 ", zhuangtaiTypes=" + zhuangtaiTypes +
262 ", chatTypes=" + chatTypes +
263 ", insertTime=" + DateUtil.convertString(insertTime,"yyyy-MM-dd") +
264 "}";
265 }
266}

Callers 15

oFunction · 0.45
ZrFunction · 0.45
tinymce.min.jsFile · 0.45
ouFunction · 0.45
eFunction · 0.45
GgFunction · 0.45
hexFunction · 0.45
EventUtilsFunction · 0.45
tinymce.jsFile · 0.45
isHiddenWhiteSpaceRangeFunction · 0.45
isEditorUIElementFunction · 0.45
rndFunction · 0.45

Calls 1

convertStringMethod · 0.95

Tested by

no test coverage detected