Class DescribeMapInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DescribeMapInfoRequest
-
public class DescribeMapInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMapInfoRequest()DescribeMapInfoRequest(DescribeMapInfoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询voidsetName(String Name)Set 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeMapInfoRequest
public DescribeMapInfoRequest()
-
DescribeMapInfoRequest
public DescribeMapInfoRequest(DescribeMapInfoRequest 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.
-
-
Method Detail
-
getName
public String getName()
Get 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询- Returns:
- Name 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询
-
setName
public void setName(String Name)
Set 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询- Parameters:
Name- 映射查询类别: isp:运营商映射查询 district:省份(中国境内)、国家/地区(中国境外)映射查询
-
-