Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created October 2, 2019 12:23
Show Gist options
  • Save Opalo/29683b3228069aa458ba07decaf164d6 to your computer and use it in GitHub Desktop.
Save Opalo/29683b3228069aa458ba07decaf164d6 to your computer and use it in GitHub Desktop.
class MsgId {
ObjectId id
String toString() {
"MsgId(id=ObjectId(${id.toString()})"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment