toString() method
Format
java.lang.String toString()
Explanation
Acquires the tuple information from the StreamTuple type object and returns it as a character string. This method converts the following data types into character strings and returns the result:
Parameters
None.
Exceptions
None.
Return value
A character string showing tuple information (java.lang.String type)