public class PciMemoryRegion extends QApiType
QApiTypeDescriptor{name=PciMemoryRegion, data={bar=int, type=str, address=int, size=int, *prefetch=bool, *mem_type_64=bool}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
long |
address |
long |
bar |
Boolean |
memType64 |
Boolean |
prefetch |
long |
size |
String |
type |
Constructor and Description |
---|
PciMemoryRegion() |
PciMemoryRegion(long bar,
String type,
long address,
long size,
Boolean prefetch,
Boolean memType64) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
PciMemoryRegion |
withAddress(long value) |
PciMemoryRegion |
withBar(long value) |
PciMemoryRegion |
withMemType64(Boolean value) |
PciMemoryRegion |
withPrefetch(Boolean value) |
PciMemoryRegion |
withSize(long value) |
PciMemoryRegion |
withType(String value) |
toString
@CheckForNull public Boolean prefetch
@CheckForNull public Boolean memType64
public PciMemoryRegion()
public PciMemoryRegion(long bar, String type, long address, long size, Boolean prefetch, Boolean memType64)
@Nonnull public PciMemoryRegion withBar(long value)
@Nonnull public PciMemoryRegion withType(String value)
@Nonnull public PciMemoryRegion withAddress(long value)
@Nonnull public PciMemoryRegion withSize(long value)
@Nonnull public PciMemoryRegion withPrefetch(Boolean value)
@Nonnull public PciMemoryRegion withMemType64(Boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException