public class ModelCard extends ExtensibleElement
Constructor and Description |
---|
ModelCard() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getBomRef() |
Considerations |
getConsiderations() |
ModelParameters |
getModelParameters() |
List<Property> |
getProperties() |
QuantitativeAnalysis |
getQuantitativeAnalysis() |
int |
hashCode() |
void |
setBomRef(String bomRef) |
void |
setConsiderations(Considerations considerations) |
void |
setModelParameters(ModelParameters modelParameters) |
void |
setProperties(List<Property> properties) |
void |
setQuantitativeAnalysis(QuantitativeAnalysis quantitativeAnalysis) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public String getBomRef()
public void setBomRef(String bomRef)
public ModelParameters getModelParameters()
public void setModelParameters(ModelParameters modelParameters)
public QuantitativeAnalysis getQuantitativeAnalysis()
public void setQuantitativeAnalysis(QuantitativeAnalysis quantitativeAnalysis)
public Considerations getConsiderations()
public void setConsiderations(Considerations considerations)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.