Class TranslationStatus.Latest

  • Enclosing class:
    TranslationStatus

    public static class TranslationStatus.Latest
    extends Object
    Inner class to encapsulate the information about the latest version of the language variant
    • Field Detail

      • versionTimestamp

        protected int versionTimestamp
        Version Timestamp of the latest page version
      • version

        protected String version
        Version Number of the latest page version
    • Constructor Detail

      • Latest

        public Latest()
        Constructor for JAXB
    • Method Detail

      • getVersionTimestamp

        public int getVersionTimestamp()
        Version timestamp
        Returns:
        the versionTimestamp
      • setVersionTimestamp

        public void setVersionTimestamp​(int versionTimestamp)
        Set the version timestamp
        Parameters:
        versionTimestamp - the versionTimestamp to set
      • getVersion

        public String getVersion()
        Version number
        Returns:
        the version
      • setVersion

        public void setVersion​(String version)
        Set the version number
        Parameters:
        version - the version to set