public class RealTimeSpeechStatisticsItem extends AbstractModel
| 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 in Mainland China 
 | 
Long | 
getMainLandDuration()
Get Total duration of use in Mainland China in minutes 
 | 
Long | 
getMainLandPcu()
Get PCU in Mainland China 
 | 
Long | 
getOverseaDau()
Get DAU outside Mainland China 
 | 
Long | 
getOverseaDuration()
Get Total duration of use outside Mainland China in minutes 
 | 
Long | 
getOverseaPcu()
Get PCU outside Mainland China 
 | 
void | 
setMainLandDau(Long MainLandDau)
Set DAU in Mainland China 
 | 
void | 
setMainLandDuration(Long MainLandDuration)
Set Total duration of use in Mainland China in minutes 
 | 
void | 
setMainLandPcu(Long MainLandPcu)
Set PCU in Mainland China 
 | 
void | 
setOverseaDau(Long OverseaDau)
Set DAU outside Mainland China 
 | 
void | 
setOverseaDuration(Long OverseaDuration)
Set Total duration of use outside Mainland China in minutes 
 | 
void | 
setOverseaPcu(Long OverseaPcu)
Set PCU outside Mainland China 
 | 
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, toJsonStringpublic RealTimeSpeechStatisticsItem()
public RealTimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem source)
public Long getMainLandDau()
public void setMainLandDau(Long MainLandDau)
MainLandDau - DAU in Mainland Chinapublic Long getMainLandPcu()
public void setMainLandPcu(Long MainLandPcu)
MainLandPcu - PCU in Mainland Chinapublic Long getMainLandDuration()
public void setMainLandDuration(Long MainLandDuration)
MainLandDuration - Total duration of use in Mainland China in minutespublic Long getOverseaDau()
public void setOverseaDau(Long OverseaDau)
OverseaDau - DAU outside Mainland Chinapublic Long getOverseaPcu()
public void setOverseaPcu(Long OverseaPcu)
OverseaPcu - PCU outside Mainland Chinapublic Long getOverseaDuration()
public void setOverseaDuration(Long OverseaDuration)
OverseaDuration - Total duration of use outside Mainland China in minutesCopyright © 2021. All rights reserved.