org.botlibre.sdk.config
Class AvatarConfig

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

public class AvatarConfig
extends Config

DTO for XML avatar config.


Field Summary
 boolean afraid
           
 boolean anger
           
 java.lang.String avatar
           
 boolean bored
           
 boolean calm
           
 boolean confident
           
 boolean courageous
           
 boolean crying
           
 boolean dislike
           
 boolean ecstatic
           
 boolean happy
           
 boolean hate
           
 long id
           
 boolean isDefault
           
 boolean laughter
           
 boolean like
           
 boolean love
           
 boolean none
           
 boolean panic
           
 boolean rage
           
 boolean sad
           
 boolean serene
           
 boolean serious
           
 boolean surprise
           
 
Fields inherited from class org.botlibre.sdk.config.Config
application, domain, instance, token, type, user
 
Constructor Summary
AvatarConfig()
           
 
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

id

public long id

avatar

public java.lang.String avatar

isDefault

public boolean isDefault

ecstatic

public boolean ecstatic

happy

public boolean happy

sad

public boolean sad

crying

public boolean crying

love

public boolean love

like

public boolean like

dislike

public boolean dislike

hate

public boolean hate

courageous

public boolean courageous

confident

public boolean confident

afraid

public boolean afraid

panic

public boolean panic

serene

public boolean serene

calm

public boolean calm

anger

public boolean anger

rage

public boolean rage

surprise

public boolean surprise

bored

public boolean bored

laughter

public boolean laughter

serious

public boolean serious

none

public boolean none
Constructor Detail

AvatarConfig

public AvatarConfig()
Method Detail

parseXML

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

toXML

public java.lang.String toXML()