Interface FormOrBuilder (2.41.0)

public interface FormOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionUri()

public abstract String getActionUri()

! The URI where to send the form when it's submitted.

string action_uri = 1;

Returns
TypeDescription
String

The actionUri.

getActionUriBytes()

public abstract ByteString getActionUriBytes()

! The URI where to send the form when it's submitted.

string action_uri = 1;

Returns
TypeDescription
ByteString

The bytes for actionUri.

getFields(int index)

public abstract String getFields(int index)

! The names of form fields related to the vulnerability.

repeated string fields = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The fields at the given index.

getFieldsBytes(int index)

public abstract ByteString getFieldsBytes(int index)

! The names of form fields related to the vulnerability.

repeated string fields = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the fields at the given index.

getFieldsCount()

public abstract int getFieldsCount()

! The names of form fields related to the vulnerability.

repeated string fields = 2;

Returns
TypeDescription
int

The count of fields.

getFieldsList()

public abstract List<String> getFieldsList()

! The names of form fields related to the vulnerability.

repeated string fields = 2;

Returns
TypeDescription
List<String>

A list containing the fields.