Package org.spdx.spdx_to_osv.osvmodel
Class OsvEvent
java.lang.Object
org.spdx.spdx_to_osv.osvmodel.OsvEvent
public class OsvEvent extends Object
OSV event object as described at https://docs.google.com/document/d/1sylBGNooKtf220RHQn1I8pZRmqXZQADDQ_TOABrKTpA/edit
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description OsvEvent()Required empty constructor -
Method Summary
-
Constructor Details
-
OsvEvent
public OsvEvent()Required empty constructor
-
-
Method Details
-
getIntroduced
- Returns:
- the introduced
-
setIntroduced
- Parameters:
introduced- the introduced to set
-
getFixed
- Returns:
- the fixed
-
setFixed
- Parameters:
fixed- the fixed to set
-
getLimit
- Returns:
- the limit
-
setLimit
- Parameters:
limit- the limit to set
-