Cve Class

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

public final class Cve

CVE details.

Constructor Summary

Constructor Description
Cve()

Creates an instance of Cve class.

Method Summary

Modifier and Type Method and Description
String link()

Get the link property: Link url.

String title()

Get the title property: CVE title.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

Cve

public Cve()

Creates an instance of Cve class.

Method Details

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.

validate

public void validate()

Validates the instance.

Applies to