com.incesoft.botplatform.sdk.protocol.msg
Class FileTransEvent

java.lang.Object
  extended by com.incesoft.botplatform.sdk.protocol.msg.FileTransEvent
All Implemented Interfaces:
RobotFileDescriptor, java.io.Serializable

public class FileTransEvent
extends java.lang.Object
implements RobotFileDescriptor, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FileTransEvent()
           
 
Method Summary
 java.lang.String getEvent()
           
 java.lang.String getName()
          Get name of the current transfer.
 java.lang.String getSaveUrl()
           
 long getSize()
          Get size of the current transfer.
 java.lang.String getThumbnail()
          Get thumbnail of the current transfer (if available).
 java.lang.String getTransferId()
          Get id of the current transfer.
 void setEvent(java.lang.String event)
           
 void setName(java.lang.String name)
           
 void setSaveUrl(java.lang.String saveUrl)
           
 void setSize(long size)
           
 void setThumbnail(java.lang.String thumbnail)
           
 void setTransferId(java.lang.String transferId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTransEvent

public FileTransEvent()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: RobotFileDescriptor
Get name of the current transfer.

Specified by:
getName in interface RobotFileDescriptor

setName

public void setName(java.lang.String name)

getSize

public long getSize()
Description copied from interface: RobotFileDescriptor
Get size of the current transfer.

Specified by:
getSize in interface RobotFileDescriptor

setSize

public void setSize(long size)

getThumbnail

public java.lang.String getThumbnail()
Description copied from interface: RobotFileDescriptor
Get thumbnail of the current transfer (if available).

Specified by:
getThumbnail in interface RobotFileDescriptor

setThumbnail

public void setThumbnail(java.lang.String thumbnail)

getTransferId

public java.lang.String getTransferId()
Description copied from interface: RobotFileDescriptor
Get id of the current transfer.

Specified by:
getTransferId in interface RobotFileDescriptor

setTransferId

public void setTransferId(java.lang.String transferId)

getEvent

public java.lang.String getEvent()

setEvent

public void setEvent(java.lang.String event)

getSaveUrl

public java.lang.String getSaveUrl()

setSaveUrl

public void setSaveUrl(java.lang.String saveUrl)