Interface ApplicationOrBuilder (2.49.0)

public interface ApplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseUri()

public abstract String getBaseUri()

The base URI that identifies the network location of the application in which the vulnerability was detected. For example, http://example.com.

string base_uri = 1;

Returns
TypeDescription
String

The baseUri.

getBaseUriBytes()

public abstract ByteString getBaseUriBytes()

The base URI that identifies the network location of the application in which the vulnerability was detected. For example, http://example.com.

string base_uri = 1;

Returns
TypeDescription
ByteString

The bytes for baseUri.

getFullUri()

public abstract String getFullUri()

The full URI with payload that can be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H.

string full_uri = 2;

Returns
TypeDescription
String

The fullUri.

getFullUriBytes()

public abstract ByteString getFullUriBytes()

The full URI with payload that can be used to reproduce the vulnerability. For example, http://example.com?p=aMmYgI6H.

string full_uri = 2;

Returns
TypeDescription
ByteString

The bytes for fullUri.