public class Pedigree extends ExtensibleElement
Constructor and Description |
---|
Pedigree() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Ancestors |
getAncestors() |
List<Commit> |
getCommits() |
Descendants |
getDescendants() |
String |
getNotes() |
List<Patch> |
getPatches() |
Variants |
getVariants() |
int |
hashCode() |
void |
setAncestors(Ancestors ancestors) |
void |
setCommits(List<Commit> commits) |
void |
setDescendants(Descendants descendants) |
void |
setNotes(String notes) |
void |
setPatches(List<Patch> patches) |
void |
setVariants(Variants variants) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public Ancestors getAncestors()
public void setAncestors(Ancestors ancestors)
public Descendants getDescendants()
public void setDescendants(Descendants descendants)
public Variants getVariants()
public void setVariants(Variants variants)
public String getNotes()
public void setNotes(String notes)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.