public class DescribeZoneFlowHourlyByZoneIdResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeZoneFlowHourlyByZoneIdResponse() |
DescribeZoneFlowHourlyByZoneIdResponse(DescribeZoneFlowHourlyByZoneIdResponse 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 |
---|---|
String |
getCompanyId()
Get 集团ID
|
ZoneHourFlow[] |
getData()
Get 各个分时人流量
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getShopId()
Get 店铺ID
|
Long |
getZoneId()
Get 区域ID
|
String |
getZoneName()
Get 区域名称
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setData(ZoneHourFlow[] Data)
Set 各个分时人流量
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setShopId(Long ShopId)
Set 店铺ID
|
void |
setZoneId(Long ZoneId)
Set 区域ID
|
void |
setZoneName(String ZoneName)
Set 区域名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeZoneFlowHourlyByZoneIdResponse()
public DescribeZoneFlowHourlyByZoneIdResponse(DescribeZoneFlowHourlyByZoneIdResponse source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团IDpublic Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 店铺IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 区域IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 区域名称public ZoneHourFlow[] getData()
public void setData(ZoneHourFlow[] Data)
Data
- 各个分时人流量public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.