public class GenderAgeTrafficDetail extends AbstractModel
skipSign
Constructor and Description |
---|
GenderAgeTrafficDetail() |
GenderAgeTrafficDetail(GenderAgeTrafficDetail 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 |
getAgeGap()
Get 年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60
|
Long |
getGender()
Get 性别: 0男1女
|
Long |
getTrafficCount()
Get 客流量
|
void |
setAgeGap(String AgeGap)
Set 年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60
|
void |
setGender(Long Gender)
Set 性别: 0男1女
|
void |
setTrafficCount(Long TrafficCount)
Set 客流量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GenderAgeTrafficDetail()
public GenderAgeTrafficDetail(GenderAgeTrafficDetail source)
public Long getGender()
public void setGender(Long Gender)
Gender
- 性别: 0男1女public String getAgeGap()
public void setAgeGap(String AgeGap)
AgeGap
- 年龄区间,枚举值:0-17、18-23、24-30、31-40、41-50、51-60、>60public Long getTrafficCount()
public void setTrafficCount(Long TrafficCount)
TrafficCount
- 客流量Copyright © 2023. All rights reserved.