getMap
Returns the internal map representation of tags.
This method is intended for internal SDK use and advanced scenarios. It provides direct access to the underlying tag map structure. The returned map is immutable (backed by a HashMap created during build), so modifications will throw UnsupportedOperationException.
For standard tag access, prefer the type-safe getter methods: getString, getInt, getBoolean, getList, getLong.
Return
immutable map of tag names to their values