Uses of Class
com.tencentcloudapi.ims.v20200713.models.User
-
Packages that use User Package Description com.tencentcloudapi.ims.v20200713.models -
-
Uses of User in com.tencentcloudapi.ims.v20200713.models
Methods in com.tencentcloudapi.ims.v20200713.models that return User Modifier and Type Method Description UserImageModerationRequest. getUser()Get 账号相关信息字段,填入后可识别违规风险账号。Methods in com.tencentcloudapi.ims.v20200713.models with parameters of type User Modifier and Type Method Description voidImageModerationRequest. setUser(User User)Set 账号相关信息字段,填入后可识别违规风险账号。Constructors in com.tencentcloudapi.ims.v20200713.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.
-