public class RequestInfo extends Object
| Constructor and Description |
|---|
RequestInfo(String paramType,
String value,
boolean required,
String defaultValue)
Instantiates a new Request info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue()
Default value string.
|
boolean |
required()
Required boolean.
|
String |
type()
Type string.
|
String |
value()
Value string.
|
Copyright © 2020. All rights reserved.