Cve Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.Cve

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 JsonReader.

String link()

Get the link property: Link url.

String title()

Get the title property: CVE title.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of Cve if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the Cve.

link

public String link()

Get the link property: Link url.

Returns:

the link value.

title

public String title()

Get the title property: CVE title.

Returns:

the title value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to