Class RecordTemplateInfo

    • Constructor Detail

      • RecordTemplateInfo

        public RecordTemplateInfo()
      • RecordTemplateInfo

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

      • getTemplateId

        public String getTemplateId()
        Get 模板ID
        Returns:
        TemplateId 模板ID
      • setTemplateId

        public void setTemplateId​(String TemplateId)
        Set 模板ID
        Parameters:
        TemplateId - 模板ID
      • getTemplateName

        public String getTemplateName()
        Get 模板名称
        Returns:
        TemplateName 模板名称
      • setTemplateName

        public void setTemplateName​(String TemplateName)
        Set 模板名称
        Parameters:
        TemplateName - 模板名称
      • getTimeSections

        public RecordTemplateTimeSections[] getTimeSections()
        Get 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
        Returns:
        TimeSections 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
      • setTimeSections

        public void setTimeSections​(RecordTemplateTimeSections[] TimeSections)
        Set 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
        Parameters:
        TimeSections - 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟