public interface VulnerableParametersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParameterNames(int index)
public abstract String getParameterNames(int index)The vulnerable parameter names.
repeated string parameter_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The parameterNames at the given index. |
getParameterNamesBytes(int index)
public abstract ByteString getParameterNamesBytes(int index)The vulnerable parameter names.
repeated string parameter_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the parameterNames at the given index. |
getParameterNamesCount()
public abstract int getParameterNamesCount()The vulnerable parameter names.
repeated string parameter_names = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of parameterNames. |
getParameterNamesList()
public abstract List<String> getParameterNamesList()The vulnerable parameter names.
repeated string parameter_names = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the parameterNames. |