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 DAUs in the Chinese mainland
|
Long |
getMainLandDuration()
Get Total duration of use in the Chinese mainland (in minutes)
|
Long |
getMainLandPcu()
Get PCUs in the Chinese mainland
|
Long |
getOverseaDau()
Get DAUs outside the Chinese mainland
|
Long |
getOverseaDuration()
Get Total duration of use outside the Chinese mainland (in minutes)
|
Long |
getOverseaPcu()
Get PCUs outside the Chinese mainland
|
void |
setMainLandDau(Long MainLandDau)
Set DAUs in the Chinese mainland
|
void |
setMainLandDuration(Long MainLandDuration)
Set Total duration of use in the Chinese mainland (in minutes)
|
void |
setMainLandPcu(Long MainLandPcu)
Set PCUs in the Chinese mainland
|
void |
setOverseaDau(Long OverseaDau)
Set DAUs outside the Chinese mainland
|
void |
setOverseaDuration(Long OverseaDuration)
Set Total duration of use outside the Chinese mainland (in minutes)
|
void |
setOverseaPcu(Long OverseaPcu)
Set PCUs outside the Chinese mainland
|
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 RealTimeSpeechStatisticsItem()
public RealTimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem source)
public Long getMainLandDau()
public void setMainLandDau(Long MainLandDau)
MainLandDau
- DAUs in the Chinese mainlandpublic Long getMainLandPcu()
public void setMainLandPcu(Long MainLandPcu)
MainLandPcu
- PCUs in the Chinese mainlandpublic Long getMainLandDuration()
public void setMainLandDuration(Long MainLandDuration)
MainLandDuration
- Total duration of use in the Chinese mainland (in minutes)public Long getOverseaDau()
public void setOverseaDau(Long OverseaDau)
OverseaDau
- DAUs outside the Chinese mainlandpublic Long getOverseaPcu()
public void setOverseaPcu(Long OverseaPcu)
OverseaPcu
- PCUs outside the Chinese mainlandpublic Long getOverseaDuration()
public void setOverseaDuration(Long OverseaDuration)
OverseaDuration
- Total duration of use outside the Chinese mainland (in minutes)Copyright © 2023. All rights reserved.