public class IncomingIMCH2.Info extends Object
Modifier and Type | Class and Description |
---|---|
class |
IncomingIMCH2.Info.ChatInternal
ChatInternal class.
|
class |
IncomingIMCH2.Info.Icon
Icon class.
|
Constructor and Description |
---|
IncomingIMCH2.Info() |
Modifier and Type | Method and Description |
---|---|
IncomingIMCH2.Info.ChatInternal |
getChat()
Get the value of chat.
|
String |
getComputer()
Get the value of computer.
|
String |
getGame()
Get the value of game.
|
IncomingIMCH2.Info.Icon |
getIcon()
Get the value of icon.
|
SendRTFMsg |
getRTFMsg()
Get the value of rtfMsg.
|
FTTLV |
getSendFile()
Get the value of sendFile.
|
void |
setChat(IncomingIMCH2.Info.ChatInternal chat)
Set the value of chat.
|
void |
setComputer(String computer)
Set the value of computer.
|
void |
setGame(String game)
Set the value of game.
|
void |
setIcon(IncomingIMCH2.Info.Icon icon)
Set the value of icon.
|
void |
setRTFMsg(SendRTFMsg rtfMsg)
Set the value of rtfMsg.
|
void |
setSendFile(FTTLV sendFile)
Set the value of sendFile.
|
public IncomingIMCH2.Info.ChatInternal getChat()
public void setChat(IncomingIMCH2.Info.ChatInternal chat)
chat
- Value to assign to chat.public IncomingIMCH2.Info.Icon getIcon()
public void setIcon(IncomingIMCH2.Info.Icon icon)
icon
- Value to assign to icon.public SendRTFMsg getRTFMsg()
public void setRTFMsg(SendRTFMsg rtfMsg)
rtfMsg
- Value to assign to rtfMsg.public FTTLV getSendFile()
public void setSendFile(FTTLV sendFile)
sendFile
- Value to assign to sendFile.public String getGame()
public void setGame(String game)
game
- Value to assign to game.public String getComputer()
public void setComputer(String computer)
computer
- Value to assign to computer.