Uses of Class
com.tencentcloudapi.irp.v20220324.models.RecItemData
-
Packages that use RecItemData Package Description com.tencentcloudapi.irp.v20220324.models -
-
Uses of RecItemData in com.tencentcloudapi.irp.v20220324.models
Methods in com.tencentcloudapi.irp.v20220324.models that return RecItemData Modifier and Type Method Description RecItemData[]RecommendContentResponse. getDataList()Get 标识具体的物料信息Methods in com.tencentcloudapi.irp.v20220324.models with parameters of type RecItemData Modifier and Type Method Description voidRecommendContentResponse. setDataList(RecItemData[] DataList)Set 标识具体的物料信息Constructors in com.tencentcloudapi.irp.v20220324.models with parameters of type RecItemData Constructor Description RecItemData(RecItemData 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.
-