Package org.spdx.spdx_to_osv.osvmodel
Class OsvAffectedRange
java.lang.Object
org.spdx.spdx_to_osv.osvmodel.OsvAffectedRange
public class OsvAffectedRange extends Object
OSV affect range object as described at https://docs.google.com/document/d/1sylBGNooKtf220RHQn1I8pZRmqXZQADDQ_TOABrKTpA/edit
- Author:
- Gary O'Neall
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOsvAffectedRange.OsvAffectedType -
Constructor Summary
Constructors Constructor Description OsvAffectedRange()Required empty constructor -
Method Summary
Modifier and Type Method Description StringgetFixed()StringgetIntroduced()StringgetRepo()OsvAffectedRange.OsvAffectedTypegetType()voidsetFixed(String fixed)voidsetIntroduced(String introduced)voidsetRepo(String repo)voidsetType(OsvAffectedRange.OsvAffectedType type)
-
Constructor Details
-
OsvAffectedRange
public OsvAffectedRange()Required empty constructor
-
-
Method Details
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getRepo
- Returns:
- the repo
-
setRepo
- Parameters:
repo- the repo to set
-
getIntroduced
- Returns:
- the introduced
-
setIntroduced
- Parameters:
introduced- the introduced to set
-
getFixed
- Returns:
- the fixed
-
setFixed
- Parameters:
fixed- the fixed to set
-