Class ChatMarkersElements.ChatMarkerExtensionWithId

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChatMarkerExtensionWithId​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Get the id.
      org.jivesoftware.smack.util.XmlStringBuilder toXML​(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jivesoftware.smack.packet.Element

        toXML, toXML
      • Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement

        getLanguage, getNamespace, getQName
      • Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

        getElementName
    • Field Detail

      • id

        protected final java.lang.String id
    • Constructor Detail

      • ChatMarkerExtensionWithId

        protected ChatMarkerExtensionWithId​(java.lang.String id)
    • Method Detail

      • getId

        public final java.lang.String getId()
        Get the id.
        Returns:
        the id
      • toXML

        public final org.jivesoftware.smack.util.XmlStringBuilder toXML​(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
        Specified by:
        toXML in interface org.jivesoftware.smack.packet.Element