java.lang.Object
com.onlyoffice.model.documenteditor.historydata.Previous

public class Previous extends Object
Defines the object of the previous version of the document if changesurl address was returned after saving the document.
  • 构造器详细资料

    • Previous

      public Previous()
  • 方法详细资料

    • getFileType

      public String getFileType()
    • setFileType

      public void setFileType(String fileType)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)