Class Timeline

    • Constructor Detail

      • Timeline

        public Timeline()
      • Timeline

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

      • getBegin

        public Long getBegin()
        Get 分片起始时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Begin 分片起始时间 注意:此字段可能返回 null,表示取不到有效值。
      • setBegin

        public void setBegin​(Long Begin)
        Set 分片起始时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Begin - 分片起始时间 注意:此字段可能返回 null,表示取不到有效值。
      • getEnd

        public Long getEnd()
        Get 分片结束时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        End 分片结束时间 注意:此字段可能返回 null,表示取不到有效值。
      • setEnd

        public void setEnd​(Long End)
        Set 分片结束时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        End - 分片结束时间 注意:此字段可能返回 null,表示取不到有效值。