Class ManifestChainResolver.ManifestChain
java.lang.Object
com.tccc.kos.core.primary.service.nodemgr.install.ManifestChainResolver.ManifestChain
- Enclosing class:
- ManifestChainResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturn the time the first manifest in the chain was created.Return the manifestId of the chain.Return the list of manifests in the chain starting with the head of the chain, ending with the device manifest.
-
Constructor Details
-
ManifestChain
public ManifestChain()
-
-
Method Details
-
getManifests
Return the list of manifests in the chain starting with the head of the chain, ending with the device manifest. -
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.
-