com.incesoft.botplatform.sdk
Interface RobotResource

All Known Implementing Classes:
ResourceInfo

public interface RobotResource

Describes a resource when robot receives a corresponding event. (eg. when a wink received)

Author:
LiBo

Method Summary
 java.lang.String getDigest()
          Get the digest of the resource
 java.lang.String getName()
          Get the name of the resource
 int getSize()
          Get the size of the resource
 

Method Detail

getName

java.lang.String getName()
Get the name of the resource


getDigest

java.lang.String getDigest()
Get the digest of the resource


getSize

int getSize()
Get the size of the resource