Class InBandwidth

    • Constructor Detail

      • InBandwidth

        public InBandwidth()
      • InBandwidth

        public InBandwidth​(InBandwidth 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

      • getTimestamps

        public Float[] getTimestamps()
        Get 时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Timestamps 时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • setTimestamps

        public void setTimestamps​(Float[] Timestamps)
        Set 时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Timestamps - 时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • getValues

        public Float[] getValues()
        Get 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Values 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。
      • setValues

        public void setValues​(Float[] Values)
        Set 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Values - 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。