public interface FormOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionUri()
public abstract String getActionUri()! The URI where to send the form when it's submitted.
string action_uri = 1;
| Type | Description |
String |
The actionUri. |
getActionUriBytes()
public abstract ByteString getActionUriBytes()! The URI where to send the form when it's submitted.
string action_uri = 1;
| Type | Description |
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;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
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;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
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;
| Type | Description |
int |
The count of fields. |
getFieldsList()
public abstract List<String> getFieldsList()! The names of form fields related to the vulnerability.
repeated string fields = 2;
| Type | Description |
List<String> |
A list containing the fields. |