public class RealTimeSpeechStatisticsItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
RealTimeSpeechStatisticsItem() |
RealTimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem 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 |
---|---|
Long |
getMainLandDau()
Get 大陆地区DAU
|
Long |
getMainLandDuration()
Get 大陆地区总使用时长,单位为min
|
Long |
getMainLandPcu()
Get 大陆地区PCU
|
Long |
getOverseaDau()
Get 海外地区DAU
|
Long |
getOverseaDuration()
Get 海外地区总使用时长,单位为min
|
Long |
getOverseaPcu()
Get 海外地区PCU
|
void |
setMainLandDau(Long MainLandDau)
Set 大陆地区DAU
|
void |
setMainLandDuration(Long MainLandDuration)
Set 大陆地区总使用时长,单位为min
|
void |
setMainLandPcu(Long MainLandPcu)
Set 大陆地区PCU
|
void |
setOverseaDau(Long OverseaDau)
Set 海外地区DAU
|
void |
setOverseaDuration(Long OverseaDuration)
Set 海外地区总使用时长,单位为min
|
void |
setOverseaPcu(Long OverseaPcu)
Set 海外地区PCU
|
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 RealTimeSpeechStatisticsItem()
public RealTimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem source)
public Long getMainLandDau()
public void setMainLandDau(Long MainLandDau)
MainLandDau
- 大陆地区DAUpublic Long getMainLandPcu()
public void setMainLandPcu(Long MainLandPcu)
MainLandPcu
- 大陆地区PCUpublic Long getMainLandDuration()
public void setMainLandDuration(Long MainLandDuration)
MainLandDuration
- 大陆地区总使用时长,单位为minpublic Long getOverseaDau()
public void setOverseaDau(Long OverseaDau)
OverseaDau
- 海外地区DAUpublic Long getOverseaPcu()
public void setOverseaPcu(Long OverseaPcu)
OverseaPcu
- 海外地区PCUpublic Long getOverseaDuration()
public void setOverseaDuration(Long OverseaDuration)
OverseaDuration
- 海外地区总使用时长,单位为minCopyright © 2024. All rights reserved.