public class QueryParam extends Object
| Constructor and Description |
|---|
QueryParam(String name,
boolean required,
String description,
com.sun.javadoc.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
com.sun.javadoc.Type |
getType() |
boolean |
isRequired() |
String |
toString() |
Copyright © 2013–2015 Calrissian. All rights reserved.