Uses of Class
com.tencentcloudapi.irp.v20220324.models.UserIdInfo
-
Packages that use UserIdInfo Package Description com.tencentcloudapi.irp.v20220324.models -
-
Uses of UserIdInfo in com.tencentcloudapi.irp.v20220324.models
Methods in com.tencentcloudapi.irp.v20220324.models that return UserIdInfo Modifier and Type Method Description UserIdInfo[]DocBehavior. getUserIdList()Get 用户id列表UserIdInfo[]PortraitInfo. getUserIdList()Get 用户id列表UserIdInfo[]RecommendContentRequest. getUserIdList()Get 用户唯一ID数组,每个数组元素详见userId结构体,若不填,则接口返回热门结果Methods in com.tencentcloudapi.irp.v20220324.models with parameters of type UserIdInfo Modifier and Type Method Description voidDocBehavior. setUserIdList(UserIdInfo[] UserIdList)Set 用户id列表voidPortraitInfo. setUserIdList(UserIdInfo[] UserIdList)Set 用户id列表voidRecommendContentRequest. setUserIdList(UserIdInfo[] UserIdList)Set 用户唯一ID数组,每个数组元素详见userId结构体,若不填,则接口返回热门结果Constructors in com.tencentcloudapi.irp.v20220324.models with parameters of type UserIdInfo Constructor Description UserIdInfo(UserIdInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-