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) |
toString
public 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 QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException