Class ProofOfConcept
- java.lang.Object
-
- org.cyclonedx.model.vulnerability.ProofOfConcept
-
public class ProofOfConcept extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringenvironmentprivate java.lang.StringreproductionStepsprivate java.util.List<AttachmentText>supportingMaterial
-
Constructor Summary
Constructors Constructor Description ProofOfConcept()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetEnvironment()java.lang.StringgetReproductionSteps()java.util.List<AttachmentText>getSupportingMaterial()inthashCode()voidsetEnvironment(java.lang.String environment)voidsetReproductionSteps(java.lang.String reproductionSteps)voidsetSupportingMaterial(java.util.List<AttachmentText> supportingMaterial)
-
-
-
Field Detail
-
reproductionSteps
private java.lang.String reproductionSteps
-
environment
private java.lang.String environment
-
supportingMaterial
private java.util.List<AttachmentText> supportingMaterial
-
-
Method Detail
-
getEnvironment
public java.lang.String getEnvironment()
-
setEnvironment
public void setEnvironment(java.lang.String environment)
-
getSupportingMaterial
public java.util.List<AttachmentText> getSupportingMaterial()
-
setSupportingMaterial
public void setSupportingMaterial(java.util.List<AttachmentText> supportingMaterial)
-
getReproductionSteps
public java.lang.String getReproductionSteps()
-
setReproductionSteps
public void setReproductionSteps(java.lang.String reproductionSteps)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-