Class Identity
- java.lang.Object
-
- org.cyclonedx.model.ExtensibleElement
-
- org.cyclonedx.model.component.evidence.Identity
-
public class Identity extends ExtensibleElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentity.Field
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringconcludedValueprivate java.lang.Doubleconfidenceprivate Identity.Fieldfieldprivate java.util.List<Method>methodsprivate java.util.List<BomReference>tools
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetConcludedValue()java.lang.DoublegetConfidence()Identity.FieldgetField()java.util.List<Method>getMethods()java.util.List<BomReference>getTools()inthashCode()voidsetConcludedValue(java.lang.String concludedValue)voidsetConfidence(java.lang.Double confidence)voidsetField(Identity.Field field)voidsetMethods(java.util.List<Method> methods)voidsetTools(java.util.List<BomReference> tools)-
Methods inherited from class org.cyclonedx.model.ExtensibleElement
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
-
-
-
-
Field Detail
-
field
private Identity.Field field
-
confidence
private java.lang.Double confidence
-
concludedValue
private java.lang.String concludedValue
-
methods
private java.util.List<Method> methods
-
tools
private java.util.List<BomReference> tools
-
-
Method Detail
-
getField
public Identity.Field getField()
-
setField
public void setField(Identity.Field field)
-
getConfidence
public java.lang.Double getConfidence()
-
setConfidence
public void setConfidence(java.lang.Double confidence)
-
getMethods
public java.util.List<Method> getMethods()
-
setMethods
public void setMethods(java.util.List<Method> methods)
-
getTools
public java.util.List<BomReference> getTools()
-
setTools
public void setTools(java.util.List<BomReference> tools)
-
getConcludedValue
public java.lang.String getConcludedValue()
-
setConcludedValue
public void setConcludedValue(java.lang.String concludedValue)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-