public class RequestParameter extends Object implements Comparable<RequestParameter>
RequestParameter class.
| Constructor and Description |
|---|
RequestParameter(String name,
String value)
Constructor for RequestParameter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RequestParameter o) |
String |
getName()
Getter for the field
name. |
String |
getValue()
Getter for the field
value. |
public String getName()
Getter for the field name.
public String getValue()
Getter for the field value.
public int compareTo(RequestParameter o)
compareTo in interface Comparable<RequestParameter>Copyright © 2006–2016 OWASP. All rights reserved.