public class ChardevInfo extends QApiType
QApiTypeDescriptor{name=ChardevInfo, data={label=str, filename=str, frontend-open=bool}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
filename |
boolean |
frontendOpen |
String |
label |
Constructor and Description |
---|
ChardevInfo() |
ChardevInfo(String label,
String filename,
boolean frontendOpen) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ChardevInfo |
withFilename(String value) |
ChardevInfo |
withFrontendOpen(boolean value) |
ChardevInfo |
withLabel(String value) |
toString
@Nonnull public boolean frontendOpen
public ChardevInfo()
public ChardevInfo(String label, String filename, boolean frontendOpen)
@Nonnull public ChardevInfo withLabel(String value)
@Nonnull public ChardevInfo withFilename(String value)
@Nonnull public ChardevInfo withFrontendOpen(boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException