Uses of Class
com.tencentcloudapi.yinsuda.v20220527.models.LiveVipUserInfo
-
Packages that use LiveVipUserInfo Package Description com.tencentcloudapi.yinsuda.v20220527.models -
-
Uses of LiveVipUserInfo in com.tencentcloudapi.yinsuda.v20220527.models
Methods in com.tencentcloudapi.yinsuda.v20220527.models that return LiveVipUserInfo Modifier and Type Method Description LiveVipUserInfoRechargeLiveVipResponse. getLiveVipUserInfo()Get 直播会员信息。LiveVipUserInfoUserInfo. getLiveVipUserInfo()Get 直播会员详细信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type LiveVipUserInfo Modifier and Type Method Description voidRechargeLiveVipResponse. setLiveVipUserInfo(LiveVipUserInfo LiveVipUserInfo)Set 直播会员信息。voidUserInfo. setLiveVipUserInfo(LiveVipUserInfo LiveVipUserInfo)Set 直播会员详细信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type LiveVipUserInfo Constructor Description LiveVipUserInfo(LiveVipUserInfo 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.
-