Uses of Class
com.tencentcloudapi.cme.v20191029.models.MaterialInfo
-
Packages that use MaterialInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of MaterialInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return MaterialInfo Modifier and Type Method Description MaterialInfo[]DescribeMaterialsResponse. getMaterialInfoSet()Get 媒体列表信息。MaterialInfo[]FlattenListMediaResponse. getMaterialInfoSet()Get 该分类路径下及其子分类下的所有媒体基础信息列表。MaterialInfo[]ListMediaResponse. getMaterialInfoSet()Get 浏览分类路径下的媒体列表信息。MaterialInfo[]SearchMaterialResponse. getMaterialInfoSet()Get 媒体信息,仅返回基础信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type MaterialInfo Modifier and Type Method Description voidDescribeMaterialsResponse. setMaterialInfoSet(MaterialInfo[] MaterialInfoSet)Set 媒体列表信息。voidFlattenListMediaResponse. setMaterialInfoSet(MaterialInfo[] MaterialInfoSet)Set 该分类路径下及其子分类下的所有媒体基础信息列表。voidListMediaResponse. setMaterialInfoSet(MaterialInfo[] MaterialInfoSet)Set 浏览分类路径下的媒体列表信息。voidSearchMaterialResponse. setMaterialInfoSet(MaterialInfo[] MaterialInfoSet)Set 媒体信息,仅返回基础信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type MaterialInfo Constructor Description MaterialInfo(MaterialInfo 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.
-