Package nl.goodbytes.xmpp.xep0363
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreationDate()org.xmpp.packet.JIDgetCreator()StringgetFilename()longgetSize()SecureUniqueIdgetUuid()StringtoString()
-
-
-
Constructor Detail
-
Slot
public Slot(org.xmpp.packet.JID creator, String filename, long size)
-
-