Package io.rong.imlib.model
Class RCTranslationResult
-
- All Implemented Interfaces:
public class RCTranslationResult
gusd
-
-
Field Summary
Fields Modifier and Type Field Description public int
messageId
public String
srcText
public String
translatedText
public String
srcLanguage
public String
targetLanguage
public final static Creator<RCTranslationResult>
CREATOR
-
Constructor Summary
Constructors Constructor Description RCTranslationResult(int messageId, String srcText, String translatedText, String srcLanguage, String targetLanguage)
RCTranslationResult()
-
Method Summary
Modifier and Type Method Description int
getMessageId()
String
getSrcText()
String
getTranslatedText()
String
getSrcLanguage()
String
getTargetLanguage()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
void
readFromParcel(Parcel source)
-
-
Method Detail
-
getMessageId
int getMessageId()
-
getSrcText
String getSrcText()
-
getTranslatedText
String getTranslatedText()
-
getSrcLanguage
String getSrcLanguage()
-
getTargetLanguage
String getTargetLanguage()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
readFromParcel
void readFromParcel(Parcel source)
-
-
-
-