public class QualityData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QualityData()  | 
QualityData(QualityData 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 | 
|---|---|
TimeValue[] | 
getContent()
Get The quality data. 
 | 
String | 
getDataType()
Get The data type. 
 | 
String | 
getPeerId()
Get The remote user ID. 
 | 
String | 
getUserId()
Get The user ID. 
 | 
void | 
setContent(TimeValue[] Content)
Set The quality data. 
 | 
void | 
setDataType(String DataType)
Set The data type. 
 | 
void | 
setPeerId(String PeerId)
Set The remote user ID. 
 | 
void | 
setUserId(String UserId)
Set The user ID. 
 | 
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, toJsonStringpublic QualityData()
public QualityData(QualityData source)
public TimeValue[] getContent()
public void setContent(TimeValue[] Content)
Content - The quality data.public String getUserId()
public void setUserId(String UserId)
UserId - The user ID.public String getPeerId()
public void setPeerId(String PeerId)
PeerId - The remote user ID. An empty string indicates that the data is upstream data.
Note: This field may return null, indicating that no valid values can be obtained.public String getDataType()
public void setDataType(String DataType)
DataType - The data type.Copyright © 2025. All rights reserved.