toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "conversationType:$conversationType|conversationGroup:$conversationGroup|markType:$markType|hasUnreadCount:$hasUnreadCount|hasGroupAtInfo:$hasGroupAtInfo";
  return res;
}