Class TimestampAffixElement

java.lang.Object
org.jivesoftware.smackx.stanza_content_encryption.element.TimestampAffixElement
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, AffixElement

public class TimestampAffixElement extends Object implements org.jivesoftware.smack.packet.NamedElement, AffixElement
  • Field Details

  • Constructor Details

    • TimestampAffixElement

      public TimestampAffixElement(Date timestamp)
  • Method Details

    • getTimestamp

      public Date getTimestamp()
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • toXML

      public CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object