Class UpdateInfo.Note

java.lang.Object
com.tccc.kos.core.primary.service.update.UpdateInfo.Note
Enclosing class:
UpdateInfo

public class UpdateInfo.Note extends Object
Notes from a single manifest in the chain. Used to convey information about what the manifest contains so the user knows that they're going to install.
  • Constructor Details

    • Note

      public Note()
  • Method Details

    • getSummary

      public String getSummary()
    • getDetails

      public List<String> getDetails()
    • setSummary

      public void setSummary(String summary)
    • setDetails

      public void setDetails(List<String> details)