public class ZoneAgeGroupAvrStayTime extends AbstractModel
header, skipSign
Constructor and Description |
---|
ZoneAgeGroupAvrStayTime() |
ZoneAgeGroupAvrStayTime(ZoneAgeGroupAvrStayTime 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 |
---|---|
Float |
getFemaleAvrStayTime()
Get 女性平均停留时间
|
Float |
getMaleAvrStayTime()
Get 男性平均停留时间
|
void |
setFemaleAvrStayTime(Float FemaleAvrStayTime)
Set 女性平均停留时间
|
void |
setMaleAvrStayTime(Float MaleAvrStayTime)
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 ZoneAgeGroupAvrStayTime()
public ZoneAgeGroupAvrStayTime(ZoneAgeGroupAvrStayTime source)
public Float getMaleAvrStayTime()
public void setMaleAvrStayTime(Float MaleAvrStayTime)
MaleAvrStayTime
- 男性平均停留时间public Float getFemaleAvrStayTime()
public void setFemaleAvrStayTime(Float FemaleAvrStayTime)
FemaleAvrStayTime
- 女性平均停留时间Copyright © 2024. All rights reserved.