public class CommandLineParameterInfo extends QApiType
QApiTypeDescriptor{name=CommandLineParameterInfo, data={name=str, type=CommandLineParameterType, *help=str, *default=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
_default |
String |
help |
String |
name |
CommandLineParameterType |
type |
Constructor and Description |
---|
CommandLineParameterInfo() |
CommandLineParameterInfo(String name,
CommandLineParameterType type,
String help,
String _default) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
CommandLineParameterInfo |
with_default(String value) |
CommandLineParameterInfo |
withHelp(String value) |
CommandLineParameterInfo |
withName(String value) |
CommandLineParameterInfo |
withType(CommandLineParameterType value) |
toString
@Nonnull public CommandLineParameterType type
@CheckForNull public String help
@CheckForNull public String _default
public CommandLineParameterInfo()
public CommandLineParameterInfo(String name, CommandLineParameterType type, String help, String _default)
@Nonnull public CommandLineParameterInfo withName(String value)
@Nonnull public CommandLineParameterInfo withType(CommandLineParameterType value)
@Nonnull public CommandLineParameterInfo withHelp(String value)
@Nonnull public CommandLineParameterInfo with_default(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException