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