Package org.spdx.spdx_to_osv.osvmodel
Class OsvErrorDetails
java.lang.Object
org.spdx.spdx_to_osv.osvmodel.OsvErrorDetails
public class OsvErrorDetails extends Object
OSV object holding error details
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description OsvErrorDetails() -
Method Summary
Modifier and Type Method Description StringgetTypeUrl()StringgetValue()voidsetTypeUrl(String typeUrl)voidsetValue(String value)
-
Constructor Details
-
OsvErrorDetails
public OsvErrorDetails()
-
-
Method Details
-
getTypeUrl
- Returns:
- the typeUrl
-
setTypeUrl
- Parameters:
typeUrl- the typeUrl to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-