public class Slot extends Object
| Constructor and Description |
|---|
Slot(org.xmpp.packet.JID creator,
String filename,
long size) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
org.xmpp.packet.JID |
getCreator() |
URL |
getGetUrl() |
URL |
getPutUrl() |
long |
getSize() |
SecureUniqueId |
getUuid() |
String |
toString() |
public Slot(org.xmpp.packet.JID creator,
String filename,
long size)
public Date getCreationDate()
public org.xmpp.packet.JID getCreator()
public long getSize()
public SecureUniqueId getUuid()
public URL getPutUrl() throws URISyntaxException, MalformedURLException
public URL getGetUrl() throws URISyntaxException, MalformedURLException
Copyright © 2017–2020 Goodbytes. All rights reserved.