org.botlibre.sdk.config
Class BotModeConfig

java.lang.Object
  extended by org.botlibre.sdk.config.Config
      extended by org.botlibre.sdk.config.BotModeConfig

public class BotModeConfig
extends Config

DTO for XML bot mode config.


Field Summary
 java.lang.String bot
           
 java.lang.String mode
           
 
Fields inherited from class org.botlibre.sdk.config.Config
application, domain, instance, token, type, user
 
Constructor Summary
BotModeConfig()
           
 
Method Summary
 void parseXML(org.w3c.dom.Element element)
           
 java.lang.String toXML()
           
 
Methods inherited from class org.botlibre.sdk.config.Config
addCredentials, writeCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public java.lang.String mode

bot

public java.lang.String bot
Constructor Detail

BotModeConfig

public BotModeConfig()
Method Detail

parseXML

public void parseXML(org.w3c.dom.Element element)
Overrides:
parseXML in class Config

toXML

public java.lang.String toXML()