Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.AnchorExtendInfo
-
Packages that use AnchorExtendInfo Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of AnchorExtendInfo in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return AnchorExtendInfo Modifier and Type Method Description AnchorExtendInfo[]CreateAnchorRequest. getAnchorExtendInfo()Get 主播扩展信息AnchorExtendInfo[]UploadFileRequest. getFileExtendInfo()Get 文件扩展信息Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type AnchorExtendInfo Modifier and Type Method Description voidCreateAnchorRequest. setAnchorExtendInfo(AnchorExtendInfo[] AnchorExtendInfo)Set 主播扩展信息voidUploadFileRequest. setFileExtendInfo(AnchorExtendInfo[] FileExtendInfo)Set 文件扩展信息Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type AnchorExtendInfo Constructor Description AnchorExtendInfo(AnchorExtendInfo 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.
-