Class Identity

java.lang.Object
org.cyclonedx.model.ExtensibleElement
org.cyclonedx.model.component.evidence.Identity

public class Identity extends ExtensibleElement
  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • getField

      public Identity.Field getField()
    • setField

      public void setField(Identity.Field field)
    • getConfidence

      public Double getConfidence()
    • setConfidence

      public void setConfidence(Double confidence)
    • getMethods

      public List<Method> getMethods()
    • setMethods

      public void setMethods(List<Method> methods)
    • getTools

      public List<BomReference> getTools()
    • setTools

      public void setTools(List<BomReference> tools)
    • getConcludedValue

      public String getConcludedValue()
    • setConcludedValue

      public void setConcludedValue(String concludedValue)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object