Class Pedigree
java.lang.Object
org.cyclonedx.model.ExtensibleElement
org.cyclonedx.model.Pedigree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNotes()inthashCode()voidsetAncestors(Ancestors ancestors) voidsetCommits(List<Commit> commits) voidsetDescendants(Descendants descendants) voidvoidsetPatches(List<Patch> patches) voidsetVariants(Variants variants) Methods inherited from class ExtensibleElement
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
-
Constructor Details
-
Pedigree
public Pedigree()
-
-
Method Details
-
getAncestors
-
setAncestors
-
getDescendants
-
setDescendants
-
getVariants
-
setVariants
-
getCommits
-
setCommits
-
getPatches
-
setPatches
-
getNotes
-
setNotes
-
equals
-
hashCode
-