public class PciBridgeInfo extends QApiType
QApiTypeDescriptor{name=PciBridgeInfo, data={bus=PciBusInfo, *devices=[PciDeviceInfo]}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
PciBusInfo |
bus |
List<PciDeviceInfo> |
devices |
Constructor and Description |
---|
PciBridgeInfo() |
PciBridgeInfo(PciBusInfo bus,
List<PciDeviceInfo> devices) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
PciBridgeInfo |
withBus(PciBusInfo value) |
PciBridgeInfo |
withDevices(List<PciDeviceInfo> value) |
toString
@Nonnull public PciBusInfo bus
@CheckForNull public List<PciDeviceInfo> devices
public PciBridgeInfo()
public PciBridgeInfo(PciBusInfo bus, List<PciDeviceInfo> devices)
@Nonnull public PciBridgeInfo withBus(PciBusInfo value)
@Nonnull public PciBridgeInfo 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