类 EMImportContactListResource
java.lang.Object
com.easemob.im.api.model.EMImportContactListResource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-07-29T15:02:31.237631+08:00[Asia/Shanghai]")
public class EMImportContactListResource
extends Object
EMImportContactListResource
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addMaxLimitFailedItem(String maxLimitFailedItem) addNotExistFailedItem(String notExistFailedItem) addSuccessItem(String successItem) addUnKnowFailedItem(String unKnowFailedItem) booleanstatic EMImportContactListResourceCreate an instance of EMImportContactListResource given an JSON string因导入的好友已达上限而导入失败的好友的用户 ID不存在的好友的用户 ID成功添加好友的用户 ID因系统异常添加失败的好友的用户 IDinthashCode()maxLimitFailed(List<String> maxLimitFailed) notExistFailed(List<String> notExistFailed) voidsetMaxLimitFailed(List<String> maxLimitFailed) voidsetNotExistFailed(List<String> notExistFailed) voidsetSuccess(List<String> success) voidsetUnKnowFailed(List<String> unKnowFailed) toJson()Convert an instance of EMImportContactListResource to an JSON stringtoString()unKnowFailed(List<String> unKnowFailed) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
字段详细资料
-
构造器详细资料
-
EMImportContactListResource
public EMImportContactListResource()
-
-
方法详细资料
-
unKnowFailed
-
addUnKnowFailedItem
-
getUnKnowFailed
因系统异常添加失败的好友的用户 ID- 返回:
- unKnowFailed
-
setUnKnowFailed
-
success
-
addSuccessItem
-
getSuccess
成功添加好友的用户 ID- 返回:
- success
-
setSuccess
-
notExistFailed
-
addNotExistFailedItem
-
getNotExistFailed
不存在的好友的用户 ID- 返回:
- notExistFailed
-
setNotExistFailed
-
maxLimitFailed
-
addMaxLimitFailedItem
-
getMaxLimitFailed
因导入的好友已达上限而导入失败的好友的用户 ID- 返回:
- maxLimitFailed
-
setMaxLimitFailed
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- 参数:
jsonElement- JSON Element- 抛出:
IOException- if the JSON Element is invalid with respect to EMImportContactListResource
-
fromJson
Create an instance of EMImportContactListResource given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EMImportContactListResource
- 抛出:
IOException- if the JSON string is invalid with respect to EMImportContactListResource
-
toJson
Convert an instance of EMImportContactListResource to an JSON string- 返回:
- JSON string
-