Uses of Class
com.tencentcloudapi.tbm.v20180129.models.StarPortrait
-
Packages that use StarPortrait Package Description com.tencentcloudapi.tbm.v20180129.models -
-
Uses of StarPortrait in com.tencentcloudapi.tbm.v20180129.models
Methods in com.tencentcloudapi.tbm.v20180129.models that return StarPortrait Modifier and Type Method Description StarPortrait[]StarPortraitInfo. getPortraitSet()Get 用户喜好的明星画像数组Methods in com.tencentcloudapi.tbm.v20180129.models with parameters of type StarPortrait Modifier and Type Method Description voidStarPortraitInfo. setPortraitSet(StarPortrait[] PortraitSet)Set 用户喜好的明星画像数组Constructors in com.tencentcloudapi.tbm.v20180129.models with parameters of type StarPortrait Constructor Description StarPortrait(StarPortrait 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.
-