com.incesoft.botplatform.sdk
Interface RobotFileDescriptor

All Known Implementing Classes:
FileTransEvent

public interface RobotFileDescriptor

A RobotFileDescriptor object contains attributes of a file when a file transfer event received.

Author:
LiBo

Method Summary
 java.lang.String getName()
          Get name of the current transfer.
 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.
 

Method Detail

getTransferId

java.lang.String getTransferId()
Get id of the current transfer.


getName

java.lang.String getName()
Get name of the current transfer.


getSize

long getSize()
Get size of the current transfer.


getThumbnail

java.lang.String getThumbnail()
Get thumbnail of the current transfer (if available).