Uses of Class
com.tencentcloudapi.ie.v20200304.models.UrlInfo
-
Packages that use UrlInfo Package Description com.tencentcloudapi.ie.v20200304.models -
-
Uses of UrlInfo in com.tencentcloudapi.ie.v20200304.models
Methods in com.tencentcloudapi.ie.v20200304.models that return UrlInfo Modifier and Type Method Description UrlInfoDownInfo. getUrlInfo()Get Url形式下载信息,当Type等于0时必选。Methods in com.tencentcloudapi.ie.v20200304.models with parameters of type UrlInfo Modifier and Type Method Description voidDownInfo. setUrlInfo(UrlInfo UrlInfo)Set Url形式下载信息,当Type等于0时必选。Constructors in com.tencentcloudapi.ie.v20200304.models with parameters of type UrlInfo Constructor Description UrlInfo(UrlInfo 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.
-