public class PciMemoryRange extends QApiType
QApiTypeDescriptor{name=PciMemoryRange, data={base=int, limit=int}, innerTypes=null}| Constructor and Description |
|---|
PciMemoryRange() |
PciMemoryRange(long base,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
PciMemoryRange |
withBase(long value) |
PciMemoryRange |
withLimit(long value) |
toStringpublic PciMemoryRange()
public PciMemoryRange(long base, long limit)
@Nonnull public PciMemoryRange withBase(long value)
@Nonnull public PciMemoryRange withLimit(long value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException