Class Slot

java.lang.Object
nl.goodbytes.xmpp.xep0363.Slot
All Implemented Interfaces:
Serializable

public class Slot extends Object implements Serializable
Representation of a ticket that is allows a single file upload.
Author:
Guus der Kinderen, guus@goodbytes.nl
See Also:
  • Constructor Details

    • Slot

      public Slot(org.xmpp.packet.JID creator, String filename, long size)
  • Method Details

    • getCreationDate

      public Date getCreationDate()
    • getCreator

      public org.xmpp.packet.JID getCreator()
    • getSize

      public long getSize()
    • getUuid

      public SecureUniqueId getUuid()
    • getFilename

      public String getFilename()
    • toString

      public String toString()
      Overrides:
      toString in class Object