Package ai.nexconn.chat.message.model
Object TranslateStatus.Companion
-
- All Implemented Interfaces:
public class TranslateStatus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static TranslateStatus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TranslateStatusfromValue(Integer value)Gets the corresponding value from integer: Translation status enum. -
-
Method Detail
-
fromValue
final TranslateStatus fromValue(Integer value)
Gets the corresponding value from integer: Translation status enum.
- Parameters:
value- Integer value- Returns:
Corresponding Translation status, Not matched When Returns NONE
-
-
-
-