public class SchemaInfoCommand extends QApiType
QApiTypeDescriptor{name=SchemaInfoCommand, data={arg-type=str, ret-type=str}, innerTypes=null}
Constructor and Description |
---|
SchemaInfoCommand() |
SchemaInfoCommand(String argType,
String retType) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
SchemaInfoCommand |
withArgType(String value) |
SchemaInfoCommand |
withRetType(String value) |
toString
public SchemaInfoCommand()
public SchemaInfoCommand(String argType, String retType)
@Nonnull public SchemaInfoCommand withArgType(String value)
@Nonnull public SchemaInfoCommand withRetType(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException