toString method
String representation of object.
Implementation
String toString() {
return "[ActivityChangeEvent " +
this.activity.toString() +
" (" +
this.confidence.toString() +
"%)]";
}
String representation of object.
String toString() {
return "[ActivityChangeEvent " +
this.activity.toString() +
" (" +
this.confidence.toString() +
"%)]";
}