Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.CloudExternalUserInfo
-
Packages that use CloudExternalUserInfo Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of CloudExternalUserInfo in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return CloudExternalUserInfo Modifier and Type Method Description CloudExternalUserInfo[]UnifiedCloudOrderRequest. getExternalUserInfoList()Get 渠道方用户信息列表Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudExternalUserInfo Modifier and Type Method Description voidUnifiedCloudOrderRequest. setExternalUserInfoList(CloudExternalUserInfo[] ExternalUserInfoList)Set 渠道方用户信息列表Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type CloudExternalUserInfo Constructor Description CloudExternalUserInfo(CloudExternalUserInfo 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.
-