Uses of Class
com.tencentcloudapi.irp.v20220805.models.FeedBehaviorInfo
-
Packages that use FeedBehaviorInfo Package Description com.tencentcloudapi.irp.v20220805.models -
-
Uses of FeedBehaviorInfo in com.tencentcloudapi.irp.v20220805.models
Methods in com.tencentcloudapi.irp.v20220805.models that return FeedBehaviorInfo Modifier and Type Method Description FeedBehaviorInfo[]ReportFeedBehaviorRequest. getFeedBehaviorList()Get 上报的行为数据数组,数量不超过50Methods in com.tencentcloudapi.irp.v20220805.models with parameters of type FeedBehaviorInfo Modifier and Type Method Description voidReportFeedBehaviorRequest. setFeedBehaviorList(FeedBehaviorInfo[] FeedBehaviorList)Set 上报的行为数据数组,数量不超过50Constructors in com.tencentcloudapi.irp.v20220805.models with parameters of type FeedBehaviorInfo Constructor Description FeedBehaviorInfo(FeedBehaviorInfo 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.
-