Package de.starwit.aic.model
Class ModuleSBOMLocationValue
java.lang.Object
de.starwit.aic.model.ModuleSBOMLocationValue
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-21T09:43:09.059871871Z[Etc/UTC]",
comments="Generator version: 7.13.0")
public class ModuleSBOMLocationValue
extends Object
ModuleSBOMLocationValue
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ModuleSBOMLocationValueCreate an instance of ModuleSBOMLocationValue given an JSON stringgetUrl()Get urlinthashCode()voidtoJson()Convert an instance of ModuleSBOMLocationValue to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ModuleSBOMLocationValue
public ModuleSBOMLocationValue()
-
-
Method Details
-
url
-
getUrl
Get url- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ModuleSBOMLocationValue
-
fromJson
Create an instance of ModuleSBOMLocationValue given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ModuleSBOMLocationValue
- Throws:
IOException- if the JSON string is invalid with respect to ModuleSBOMLocationValue
-
toJson
Convert an instance of ModuleSBOMLocationValue to an JSON string- Returns:
- JSON string
-