Class ManifestChainResolver.ManifestChain

java.lang.Object
com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestChain
Enclosing class:
ManifestChainResolver

public class ManifestChainResolver.ManifestChain extends Object
  • Constructor Details

    • ManifestChain

      public ManifestChain()
  • Method Details

    • getManifests

      public List<ManifestChainResolver.ManifestInfo> getManifests()
      Return the list of manifests in the chain starting with the head of the chain, ending with the device manifest.
    • getManifestId

      public String getManifestId()
      Return the manifestId of the chain. This is the id of the first manifest in the chain.
    • getCreateTime

      public long getCreateTime()
      Return the time the first manifest in the chain was created.