Modifier and Type | Field and Description |
---|---|
long |
bus |
List<PciDeviceInfo> |
devices |
Constructor and Description |
---|
PciInfo() |
PciInfo(long bus,
List<PciDeviceInfo> devices) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
PciInfo |
withBus(long value) |
PciInfo |
withDevices(List<PciDeviceInfo> value) |
toString
public PciInfo()
public PciInfo(long bus, List<PciDeviceInfo> devices)
@Nonnull public PciInfo withDevices(List<PciDeviceInfo> value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException