public class CommandLineOptionInfo extends QApiType
QApiTypeDescriptor{name=CommandLineOptionInfo, data={option=str, parameters=[CommandLineParameterInfo]}, innerTypes=null}| Modifier and Type | Field and Description |
|---|---|
String |
option |
List<CommandLineParameterInfo> |
parameters |
| Constructor and Description |
|---|
CommandLineOptionInfo() |
CommandLineOptionInfo(String option,
List<CommandLineParameterInfo> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
CommandLineOptionInfo |
withOption(String value) |
CommandLineOptionInfo |
withParameters(List<CommandLineParameterInfo> value) |
toString@Nonnull public List<CommandLineParameterInfo> parameters
public CommandLineOptionInfo()
public CommandLineOptionInfo(String option, List<CommandLineParameterInfo> parameters)
@Nonnull public CommandLineOptionInfo withOption(String value)
@Nonnull public CommandLineOptionInfo withParameters(List<CommandLineParameterInfo> value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException