Uses of Class
com.tencentcloudapi.cme.v20191029.models.ClassInfo
-
Packages that use ClassInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of ClassInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return ClassInfo Modifier and Type Method Description ClassInfo[]DescribeClassResponse. getClassInfoSet()Get 分类信息列表。ClassInfo[]ListMediaResponse. getClassInfoSet()Get 浏览分类路径下的一级子类。ClassInfoLinkMaterial. getLinkClassInfo()Get 分类链接目标信息,当LinkType=“CLASS”时有值。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type ClassInfo Modifier and Type Method Description voidDescribeClassResponse. setClassInfoSet(ClassInfo[] ClassInfoSet)Set 分类信息列表。voidListMediaResponse. setClassInfoSet(ClassInfo[] ClassInfoSet)Set 浏览分类路径下的一级子类。voidLinkMaterial. setLinkClassInfo(ClassInfo LinkClassInfo)Set 分类链接目标信息,当LinkType=“CLASS”时有值。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type ClassInfo Constructor Description ClassInfo(ClassInfo 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.
-