Class Vulnerability


  • @Deprecated(since="2.14.0",
                forRemoval=true)
    public class Vulnerability
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    (2.14.0) The vulnerabilities were moved to Common Library add-on.
    • Constructor Summary

      Constructors 
      Constructor Description
      Vulnerability​(java.lang.String id, java.lang.String alert, java.lang.String description, java.lang.String solution, java.util.List<java.lang.String> references)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getAlert()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected java.lang.String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<java.lang.String> getReferences()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getSolution()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int getWascId()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setAlert​(java.lang.String alert)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setDescription​(java.lang.String description)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setReferences​(java.util.List<java.lang.String> references)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setSolution​(java.lang.String solution)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vulnerability

        public Vulnerability​(java.lang.String id,
                             java.lang.String alert,
                             java.lang.String description,
                             java.lang.String solution,
                             java.util.List<java.lang.String> references)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getAlert

        public java.lang.String getAlert()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setAlert

        public void setAlert​(java.lang.String alert)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDescription

        public java.lang.String getDescription()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setDescription

        public void setDescription​(java.lang.String description)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSolution

        public java.lang.String getSolution()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setSolution

        public void setSolution​(java.lang.String solution)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getReferences

        public java.util.List<java.lang.String> getReferences()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setReferences

        public void setReferences​(java.util.List<java.lang.String> references)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getId

        protected java.lang.String getId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getWascId

        public int getWascId()
        Deprecated, for removal: This API element is subject to removal in a future version.