Class OtaPubHistory

    • Constructor Detail

      • OtaPubHistory

        public OtaPubHistory()
      • OtaPubHistory

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

      • getOtaVersion

        public String getOtaVersion()
        Get 版本名称
        Returns:
        OtaVersion 版本名称
      • setOtaVersion

        public void setOtaVersion​(String OtaVersion)
        Set 版本名称
        Parameters:
        OtaVersion - 版本名称
      • getPublishTime

        public Long getPublishTime()
        Get 发布时间,unix时间戳,单位:秒
        Returns:
        PublishTime 发布时间,unix时间戳,单位:秒
      • setPublishTime

        public void setPublishTime​(Long PublishTime)
        Set 发布时间,unix时间戳,单位:秒
        Parameters:
        PublishTime - 发布时间,unix时间戳,单位:秒