abstract fun getTag(): String!
The name of the tag, and its attributes, encoded as follows: tag_name;attr1=value1;attr2=value2;[...]
string tag = 1;
Return String!: The tag.