org.botlibre.sdk.config
Class AvatarConfig
java.lang.Object
org.botlibre.sdk.config.Config
org.botlibre.sdk.config.AvatarConfig
public class AvatarConfig
- extends Config
DTO for XML avatar config.
Method Summary |
void |
parseXML(org.w3c.dom.Element element)
|
java.lang.String |
toXML()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AvatarConfig
public AvatarConfig()
parseXML
public void parseXML(org.w3c.dom.Element element)
- Overrides:
parseXML
in class Config
toXML
public java.lang.String toXML()