Class QualityData

    • Constructor Detail

      • QualityData

        public QualityData()
      • QualityData

        public 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.
    • Method Detail

      • getContent

        public TimeValue[] getContent()
        Get 数据内容
        Returns:
        Content 数据内容
      • setContent

        public void setContent​(TimeValue[] Content)
        Set 数据内容
        Parameters:
        Content - 数据内容
      • getUserId

        public String getUserId()
        Get 用户ID
        Returns:
        UserId 用户ID
      • setUserId

        public void setUserId​(String UserId)
        Set 用户ID
        Parameters:
        UserId - 用户ID
      • getPeerId

        public String getPeerId()
        Get 对端Id,为空时表示上行数据 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PeerId 对端Id,为空时表示上行数据 注意:此字段可能返回 null,表示取不到有效值。
      • setPeerId

        public void setPeerId​(String PeerId)
        Set 对端Id,为空时表示上行数据 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PeerId - 对端Id,为空时表示上行数据 注意:此字段可能返回 null,表示取不到有效值。
      • getDataType

        public String getDataType()
        Get 数据类型
        Returns:
        DataType 数据类型
      • setDataType

        public void setDataType​(String DataType)
        Set 数据类型
        Parameters:
        DataType - 数据类型