Uses of Class
com.tencentcloudapi.cms.v20190321.models.User
-
Packages that use User Package Description com.tencentcloudapi.cms.v20190321.models -
-
Uses of User in com.tencentcloudapi.cms.v20190321.models
Methods in com.tencentcloudapi.cms.v20190321.models that return User Modifier and Type Method Description UserTextModerationRequest. getUser()Get 用户相关信息Methods in com.tencentcloudapi.cms.v20190321.models with parameters of type User Modifier and Type Method Description voidTextModerationRequest. setUser(User User)Set 用户相关信息Constructors in com.tencentcloudapi.cms.v20190321.models with parameters of type User Constructor Description User(User 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.
-