public class PciDeviceId extends QApiType
QApiTypeDescriptor{name=PciDeviceId, data={device=int, vendor=int}, innerTypes=null}
Constructor and Description |
---|
PciDeviceId() |
PciDeviceId(long device,
long vendor) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
PciDeviceId |
withDevice(long value) |
PciDeviceId |
withVendor(long value) |
toString
public PciDeviceId()
public PciDeviceId(long device, long vendor)
@Nonnull public PciDeviceId withDevice(long value)
@Nonnull public PciDeviceId withVendor(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException