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

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

public class ResourceInfo
extends java.lang.Object
implements RobotResource, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResourceInfo()
           
 
Method Summary
 java.lang.String getDigest()
          Get the digest of the resource
 java.lang.String getName()
          Get the name of the resource
 java.lang.String getSaveUrl()
           
 int getSize()
          Get the size of the resource
 void setDigest(java.lang.String digest)
           
 void setName(java.lang.String name)
           
 void setSaveUrl(java.lang.String saveUrl)
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInfo

public ResourceInfo()
Method Detail

getDigest

public java.lang.String getDigest()
Description copied from interface: RobotResource
Get the digest of the resource

Specified by:
getDigest in interface RobotResource

getName

public java.lang.String getName()
Description copied from interface: RobotResource
Get the name of the resource

Specified by:
getName in interface RobotResource

getSize

public int getSize()
Description copied from interface: RobotResource
Get the size of the resource

Specified by:
getSize in interface RobotResource

setDigest

public void setDigest(java.lang.String digest)

setName

public void setName(java.lang.String name)

setSize

public void setSize(int size)

getSaveUrl

public java.lang.String getSaveUrl()

setSaveUrl

public void setSaveUrl(java.lang.String saveUrl)