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