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 数据内容 | 
| String | getDataType()Get 数据类型 | 
| String | getPeerId()Get 对端Id,为空时表示上行数据 | 
| String | getUserId()Get 用户ID | 
| void | setContent(TimeValue[] Content)Set 数据内容 | 
| void | setDataType(String DataType)Set 数据类型 | 
| void | setPeerId(String PeerId)Set 对端Id,为空时表示上行数据 | 
| void | setUserId(String UserId)Set 用户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 - 数据内容public String getUserId()
public void setUserId(String UserId)
UserId - 用户IDpublic String getPeerId()
public void setPeerId(String PeerId)
PeerId - 对端Id,为空时表示上行数据public String getDataType()
public void setDataType(String DataType)
DataType - 数据类型Copyright © 2025. All rights reserved.