toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "userIDList:$userIDList|checkType:$checkType";
  return res;
}