Package io.rong.imkit.model
Class ContactModel
-
- All Implemented Interfaces:
public class ContactModel<T>
功能描述:
创建时间: 2024/8/23
- Since:
1.0
haogaohui
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ContactModel.CheckType
public enum
ContactModel.ItemType
-
Field Summary
Fields Modifier and Type Field Description public ContactModel.CheckType
checkType
public T
bean
-
Method Summary
Modifier and Type Method Description ContactModel.CheckType
getCheckType()
void
setCheckType(ContactModel.CheckType checkType)
T
getBean()
void
setBean(T bean)
static <T> ContactModel<T>
obtain(T bean, ContactModel.ItemType itemType)
static <T> ContactModel<T>
obtain(T bean, ContactModel.ItemType itemType, ContactModel.CheckType checkType)
ContactModel.ItemType
getContactType()
-
-
Method Detail
-
getCheckType
ContactModel.CheckType getCheckType()
-
setCheckType
void setCheckType(ContactModel.CheckType checkType)
-
obtain
static <T> ContactModel<T> obtain(T bean, ContactModel.ItemType itemType)
-
obtain
static <T> ContactModel<T> obtain(T bean, ContactModel.ItemType itemType, ContactModel.CheckType checkType)
-
getContactType
ContactModel.ItemType getContactType()
-
-
-
-