public class DescribeMapInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMapInfoResponse() |
DescribeMapInfoResponse(DescribeMapInfoResponse 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.
|
Modifier and Type | Method and Description |
---|---|
RegionMapRelation[] |
getClientRegionRelation()
Get Mapping relationship between client region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.
|
MapInfo[] |
getMapInfoList()
Get Array of mappings.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
RegionMapRelation[] |
getServerRegionRelation()
Get Mapping relationship between server region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setClientRegionRelation(RegionMapRelation[] ClientRegionRelation)
Set Mapping relationship between client region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setMapInfoList(MapInfo[] MapInfoList)
Set Array of mappings.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setServerRegionRelation(RegionMapRelation[] ServerRegionRelation)
Set Mapping relationship between server region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMapInfoResponse()
public DescribeMapInfoResponse(DescribeMapInfoResponse source)
public MapInfo[] getMapInfoList()
public void setMapInfoList(MapInfo[] MapInfoList)
MapInfoList
- Array of mappings.public RegionMapRelation[] getServerRegionRelation()
public void setServerRegionRelation(RegionMapRelation[] ServerRegionRelation)
ServerRegionRelation
- Mapping relationship between server region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.public RegionMapRelation[] getClientRegionRelation()
public void setClientRegionRelation(RegionMapRelation[] ClientRegionRelation)
ClientRegionRelation
- Mapping relationship between client region ID and sub-region ID
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.