public class LexEvent.Bot extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Bot()
default constructor
|
Modifier and Type | Method and Description |
---|---|
LexEvent.Bot |
clone() |
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getName() |
String |
getVersion() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setName(String name) |
void |
setVersion(String version) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LexEvent.Bot |
withAlias(String alias) |
LexEvent.Bot |
withName(String name) |
LexEvent.Bot |
withVersion(String version) |
public String getName()
public void setName(String name)
name
- name of botpublic LexEvent.Bot withName(String name)
name
- name of botpublic String getAlias()
public void setAlias(String alias)
alias
- alias of botpublic LexEvent.Bot withAlias(String alias)
public String getVersion()
public void setVersion(String version)
version
- set version of botpublic LexEvent.Bot withVersion(String version)
version
- version of botpublic String toString()
toString
in class Object
Object.toString()
public LexEvent.Bot clone()
Copyright © 2024. All rights reserved.