public class AppStatisticsItem extends AbstractModel
Constructor and Description |
---|
AppStatisticsItem() |
AppStatisticsItem(AppStatisticsItem 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 |
---|---|
AudioTextStatisticsItem |
getAudioTextStatisticsItem()
Get Recording-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getDate()
Get Reference period
|
OverseaTextStatisticsItem |
getOverseaTextStatisticsItem()
Get Usage statistics of Voice-to-Text of outside-MLC requests
Note: This field may return `null`, indicating that no valid values can be obtained.
|
RealTimeSpeechStatisticsItem |
getRealtimeSpeechStatisticsItem()
Get Voice Chat statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
RealtimeTextStatisticsItem |
getRealtimeTextStatisticsItem()
Get Real-time Voice-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
StreamTextStatisticsItem |
getStreamTextStatisticsItem()
Get Stream-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
VoiceFilterStatisticsItem |
getVoiceFilterStatisticsItem()
Get Phrase Filtering statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
VoiceMessageStatisticsItem |
getVoiceMessageStatisticsItem()
Get Voice Message statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setAudioTextStatisticsItem(AudioTextStatisticsItem AudioTextStatisticsItem)
Set Recording-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setDate(String Date)
Set Reference period
|
void |
setOverseaTextStatisticsItem(OverseaTextStatisticsItem OverseaTextStatisticsItem)
Set Usage statistics of Voice-to-Text of outside-MLC requests
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setRealtimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem RealtimeSpeechStatisticsItem)
Set Voice Chat statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setRealtimeTextStatisticsItem(RealtimeTextStatisticsItem RealtimeTextStatisticsItem)
Set Real-time Voice-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setStreamTextStatisticsItem(StreamTextStatisticsItem StreamTextStatisticsItem)
Set Stream-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setVoiceFilterStatisticsItem(VoiceFilterStatisticsItem VoiceFilterStatisticsItem)
Set Phrase Filtering statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setVoiceMessageStatisticsItem(VoiceMessageStatisticsItem VoiceMessageStatisticsItem)
Set Voice Message statistics
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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 AppStatisticsItem()
public AppStatisticsItem(AppStatisticsItem source)
public RealTimeSpeechStatisticsItem getRealtimeSpeechStatisticsItem()
public void setRealtimeSpeechStatisticsItem(RealTimeSpeechStatisticsItem RealtimeSpeechStatisticsItem)
RealtimeSpeechStatisticsItem
- Voice Chat statistics
Note: This field may return `null`, indicating that no valid values can be obtained.public VoiceMessageStatisticsItem getVoiceMessageStatisticsItem()
public void setVoiceMessageStatisticsItem(VoiceMessageStatisticsItem VoiceMessageStatisticsItem)
VoiceMessageStatisticsItem
- Voice Message statistics
Note: This field may return `null`, indicating that no valid values can be obtained.public VoiceFilterStatisticsItem getVoiceFilterStatisticsItem()
public void setVoiceFilterStatisticsItem(VoiceFilterStatisticsItem VoiceFilterStatisticsItem)
VoiceFilterStatisticsItem
- Phrase Filtering statistics
Note: This field may return `null`, indicating that no valid values can be obtained.public String getDate()
public void setDate(String Date)
Date
- Reference periodpublic AudioTextStatisticsItem getAudioTextStatisticsItem()
public void setAudioTextStatisticsItem(AudioTextStatisticsItem AudioTextStatisticsItem)
AudioTextStatisticsItem
- Recording-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.public StreamTextStatisticsItem getStreamTextStatisticsItem()
public void setStreamTextStatisticsItem(StreamTextStatisticsItem StreamTextStatisticsItem)
StreamTextStatisticsItem
- Stream-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.public OverseaTextStatisticsItem getOverseaTextStatisticsItem()
public void setOverseaTextStatisticsItem(OverseaTextStatisticsItem OverseaTextStatisticsItem)
OverseaTextStatisticsItem
- Usage statistics of Voice-to-Text of outside-MLC requests
Note: This field may return `null`, indicating that no valid values can be obtained.public RealtimeTextStatisticsItem getRealtimeTextStatisticsItem()
public void setRealtimeTextStatisticsItem(RealtimeTextStatisticsItem RealtimeTextStatisticsItem)
RealtimeTextStatisticsItem
- Real-time Voice-to-Text usage statistics
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.