org.echarts.test.sip.commands
Class CmdInfo

java.lang.Object
  extended by org.echarts.test.sip.commands.UserCommand
      extended by org.echarts.test.sip.commands.CmdInfo

public class CmdInfo
extends UserCommand

For internal use only


Constructor Summary
CmdInfo(java.lang.String contentType, java.lang.String contentSubType, java.lang.String content)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getContentSubType()
           
 java.lang.String getContentType()
           
 java.lang.String getName()
           
 
Methods inherited from class org.echarts.test.sip.commands.UserCommand
getCommandId, setCommandId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdInfo

public CmdInfo(java.lang.String contentType,
               java.lang.String contentSubType,
               java.lang.String content)
Method Detail

getContentType

public java.lang.String getContentType()

getContentSubType

public java.lang.String getContentSubType()

getContent

public java.lang.String getContent()

getName

public java.lang.String getName()
Specified by:
getName in class UserCommand