Uses of Class
com.tencentcloudapi.wav.v20210129.models.MiniAppCodeInfo
-
Packages that use MiniAppCodeInfo Package Description com.tencentcloudapi.wav.v20210129.models -
-
Uses of MiniAppCodeInfo in com.tencentcloudapi.wav.v20210129.models
Methods in com.tencentcloudapi.wav.v20210129.models that return MiniAppCodeInfo Modifier and Type Method Description MiniAppCodeInfo[]QueryMiniAppCodeListResponse. getPageData()Get 小程序码列表响应数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.wav.v20210129.models with parameters of type MiniAppCodeInfo Modifier and Type Method Description voidQueryMiniAppCodeListResponse. setPageData(MiniAppCodeInfo[] PageData)Set 小程序码列表响应数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.wav.v20210129.models with parameters of type MiniAppCodeInfo Constructor Description MiniAppCodeInfo(MiniAppCodeInfo 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.
-