Uses of Class
com.tencentcloudapi.irp.v20220805.models.FeedUserInfo
-
Packages that use FeedUserInfo Package Description com.tencentcloudapi.irp.v20220805.models -
-
Uses of FeedUserInfo in com.tencentcloudapi.irp.v20220805.models
Methods in com.tencentcloudapi.irp.v20220805.models that return FeedUserInfo Modifier and Type Method Description FeedUserInfo[]ReportFeedUserRequest. getFeedUserList()Get 上报的用户信息数组,数量不超过50Methods in com.tencentcloudapi.irp.v20220805.models with parameters of type FeedUserInfo Modifier and Type Method Description voidReportFeedUserRequest. setFeedUserList(FeedUserInfo[] FeedUserList)Set 上报的用户信息数组,数量不超过50Constructors in com.tencentcloudapi.irp.v20220805.models with parameters of type FeedUserInfo Constructor Description FeedUserInfo(FeedUserInfo 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.
-