public class Identity extends ExtensibleElement
Modifier and Type | Class and Description |
---|---|
static class |
Identity.Field |
Constructor and Description |
---|
Identity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getConcludedValue() |
Double |
getConfidence() |
Identity.Field |
getField() |
List<Method> |
getMethods() |
List<BomReference> |
getTools() |
int |
hashCode() |
void |
setConcludedValue(String concludedValue) |
void |
setConfidence(Double confidence) |
void |
setField(Identity.Field field) |
void |
setMethods(List<Method> methods) |
void |
setTools(List<BomReference> tools) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public Identity.Field getField()
public void setField(Identity.Field field)
public Double getConfidence()
public void setConfidence(Double confidence)
public List<BomReference> getTools()
public void setTools(List<BomReference> tools)
public String getConcludedValue()
public void setConcludedValue(String concludedValue)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.