Class Message
- java.lang.Object
-
- ai.toloka.client.v1.messagethread.Message
-
public class Message extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreated()
Interlocutor
getFrom()
java.util.Map<LangIso639,java.lang.String>
getText()
-
-
-
Method Detail
-
getText
public java.util.Map<LangIso639,java.lang.String> getText()
-
getFrom
public Interlocutor getFrom()
-
getCreated
public java.util.Date getCreated()
-
-