public class QualityData extends AbstractModel
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,为空时表示上行数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserId()
Get 用户ID
|
void |
setContent(TimeValue[] Content)
Set 数据内容
|
void |
setDataType(String DataType)
Set 数据类型
|
void |
setPeerId(String PeerId)
Set 对端Id,为空时表示上行数据
注意:此字段可能返回 null,表示取不到有效值。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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,为空时表示上行数据
注意:此字段可能返回 null,表示取不到有效值。public String getDataType()
public void setDataType(String DataType)
DataType
- 数据类型Copyright © 2022. All rights reserved.