public class Module extends Object
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseAddress()
Base address where the module is loaded into memory.
|
String |
getName()
Name of the module.
|
Double |
getSize()
Size of the module in bytes.
|
String |
getUuid()
UUID of the module.
|
void |
setBaseAddress(String baseAddress)
Base address where the module is loaded into memory.
|
void |
setName(String name)
Name of the module.
|
void |
setSize(Double size)
Size of the module in bytes.
|
void |
setUuid(String uuid)
UUID of the module.
|
public String getName()
public void setName(String name)
public String getUuid()
public void setUuid(String uuid)
public String getBaseAddress()
public void setBaseAddress(String baseAddress)
public Double getSize()
public void setSize(Double size)
Copyright © 2020. All rights reserved.