Class Transition

    • Constructor Detail

      • Transition

        public Transition()
      • Transition

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

      • getDays

        public Long getDays()
        Get 触发时间(单位天)
        Returns:
        Days 触发时间(单位天)
      • setDays

        public void setDays​(Long Days)
        Set 触发时间(单位天)
        Parameters:
        Days - 触发时间(单位天)
      • getType

        public Long getType()
        Get 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
        Returns:
        Type 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
      • setType

        public void setType​(Long Type)
        Set 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
        Parameters:
        Type - 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)