Interface ReferenceOrBuilder (2.7.1)

public interface ReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource()

public abstract String getSource()

Source of the reference e.g. NVD

string source = 1;

Returns
TypeDescription
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Source of the reference e.g. NVD

string source = 1;

Returns
TypeDescription
ByteString

The bytes for source.

getUri()

public abstract String getUri()

Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.