Uses of Class
com.tencentcloudapi.lcic.v20220817.models.AppCustomContent
-
Packages that use AppCustomContent Package Description com.tencentcloudapi.lcic.v20220817.models -
-
Uses of AppCustomContent in com.tencentcloudapi.lcic.v20220817.models
Methods in com.tencentcloudapi.lcic.v20220817.models that return AppCustomContent Modifier and Type Method Description AppCustomContent[]SetAppCustomContentRequest. getCustomContent()Get 自定义内容。Methods in com.tencentcloudapi.lcic.v20220817.models with parameters of type AppCustomContent Modifier and Type Method Description voidSetAppCustomContentRequest. setCustomContent(AppCustomContent[] CustomContent)Set 自定义内容。Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type AppCustomContent Constructor Description AppCustomContent(AppCustomContent 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.
-