public class CommandInfo extends QApiType
QApiTypeDescriptor{name=CommandInfo, data={name=str}, innerTypes=null}
Constructor and Description |
---|
CommandInfo() |
CommandInfo(String name) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
CommandInfo |
withName(String value) |
toString
public CommandInfo()
public CommandInfo(String name)
@Nonnull public CommandInfo withName(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException