@Generated(value="jsonschema2pojo")
public class CvssV3X
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CvssV3X.AttackComplexityType |
static class |
CvssV3X.AttackVectorType |
static class |
CvssV3X.CiaType |
static class |
CvssV3X.PrivilegesRequiredType |
static class |
CvssV3X.ScopeType |
static class |
CvssV3X.SeverityType |
static class |
CvssV3X.UserInteractionType |
Constructor and Description |
---|
CvssV3X() |
public CvssV3X.AttackVectorType getAttackVector()
public void setAttackVector(CvssV3X.AttackVectorType attackVector)
public CvssV3X.AttackComplexityType getAttackComplexity()
public void setAttackComplexity(CvssV3X.AttackComplexityType attackComplexity)
public CvssV3X.PrivilegesRequiredType getPrivilegesRequired()
public void setPrivilegesRequired(CvssV3X.PrivilegesRequiredType privilegesRequired)
public CvssV3X.UserInteractionType getUserInteraction()
public void setUserInteraction(CvssV3X.UserInteractionType userInteraction)
public CvssV3X.ScopeType getScope()
public void setScope(CvssV3X.ScopeType scope)
public CvssV3X.CiaType getConfidentialityImpact()
public void setConfidentialityImpact(CvssV3X.CiaType confidentialityImpact)
public CvssV3X.CiaType getIntegrityImpact()
public void setIntegrityImpact(CvssV3X.CiaType integrityImpact)
public CvssV3X.CiaType getAvailabilityImpact()
public void setAvailabilityImpact(CvssV3X.CiaType availabilityImpact)
public java.lang.Double getBaseScore()
public void setBaseScore(java.lang.Double baseScore)
public CvssV3X.SeverityType getBaseSeverity()
public void setBaseSeverity(CvssV3X.SeverityType baseSeverity)
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Copyright© 2012-21 Jeremy Long. All Rights Reserved.