Cve Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. Cve
- com.
Implements
public final class Cve
implements JsonSerializable<Cve>
CVE details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Cve |
fromJson(JsonReader jsonReader)
Reads an instance of Cve from the Json |
| String |
link()
Get the link property: Link url. |
| String |
title()
Get the title property: CVE title. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static Cve fromJson(JsonReader jsonReader)
Reads an instance of Cve from the JsonReader.
Parameters:
Returns:
Throws:
link
public String link()
Get the link property: Link url.
Returns:
title
public String title()
Get the title property: CVE title.
Returns:
toJson
validate
public void validate()
Validates the instance.