Uses of Class
com.tencentcloudapi.cdn.v20180606.models.MapInfo
-
Packages that use MapInfo Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of MapInfo in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return MapInfo Modifier and Type Method Description MapInfo[]DescribeMapInfoResponse. getMapInfoList()Get 映射关系数组。Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type MapInfo Modifier and Type Method Description voidDescribeMapInfoResponse. setMapInfoList(MapInfo[] MapInfoList)Set 映射关系数组。Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type MapInfo Constructor Description MapInfo(MapInfo 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.
-