toString abstract method

  1. @override
String toString()
override

Returns string representation of the PNF.

Returns:

  • URL string (if only url and filename are present)
  • JSON string of the structured object (for full metadata)

Implementation

@override
String toString();