public class DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse extends AbstractModel
Constructor and Description |
---|
DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse() |
DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse(DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse 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
|
ZoneAgeGroupAvrStayTime[] |
getData()
Get 不同年龄段男女停留时间(返回格式为数组,从第 1 个到最后一个数据,年龄段分别为 0-17,18 - 23, 24 - 30, 31 - 40, 41 - 50, 51 - 60, 61 - 100)
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getShopId()
Get 店铺ID
|
Long |
getZoneId()
Get 区域ID
|
String |
getZoneName()
Get 区域名称
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setData(ZoneAgeGroupAvrStayTime[] Data)
Set 不同年龄段男女停留时间(返回格式为数组,从第 1 个到最后一个数据,年龄段分别为 0-17,18 - 23, 24 - 30, 31 - 40, 41 - 50, 51 - 60, 61 - 100)
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse()
public DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse(DescribeZoneFlowGenderAvrStayTimeByZoneIdResponse 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 ZoneAgeGroupAvrStayTime[] getData()
public void setData(ZoneAgeGroupAvrStayTime[] Data)
Data
- 不同年龄段男女停留时间(返回格式为数组,从第 1 个到最后一个数据,年龄段分别为 0-17,18 - 23, 24 - 30, 31 - 40, 41 - 50, 51 - 60, 61 - 100)public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.