public class ProofOfConcept extends Object
Constructor and Description |
---|
ProofOfConcept() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getEnvironment() |
String |
getReproductionSteps() |
List<AttachmentText> |
getSupportingMaterial() |
int |
hashCode() |
void |
setEnvironment(String environment) |
void |
setReproductionSteps(String reproductionSteps) |
void |
setSupportingMaterial(List<AttachmentText> supportingMaterial) |
public String getEnvironment()
public void setEnvironment(String environment)
public List<AttachmentText> getSupportingMaterial()
public void setSupportingMaterial(List<AttachmentText> supportingMaterial)
public String getReproductionSteps()
public void setReproductionSteps(String reproductionSteps)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.