public class Module extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static Module |
create(Object id,
String name) |
boolean |
equals(Object obj) |
String |
getAddressRange()
Address range covered by this module.
|
String |
getDateTimeStamp()
Module created or modified.
|
Object |
getId()
Unique identifier for the module.
|
Boolean |
getIsOptimized()
True if the module is optimized.
|
Boolean |
getIsUserCode()
True if the module is considered 'user code' by a debugger that supports 'Just My Code'.
|
String |
getName()
A name of the module.
|
String |
getPath()
optional but recommended attributes.
|
String |
getSymbolFilePath()
Logical full path to the symbol file.
|
String |
getSymbolStatus()
User understandable description of if symbols were found for the module (ex: 'Symbols
Loaded', 'Symbols not found', etc.
|
String |
getVersion()
Version of Module.
|
int |
hashCode() |
Module |
setAddressRange(String addressRange) |
Module |
setDateTimeStamp(String dateTimeStamp) |
Module |
setId(Object id) |
Module |
setIsOptimized(Boolean isOptimized) |
Module |
setIsUserCode(Boolean isUserCode) |
Module |
setName(String name) |
Module |
setPath(String path) |
Module |
setSymbolFilePath(String symbolFilePath) |
Module |
setSymbolStatus(String symbolStatus) |
Module |
setVersion(String version) |
public Object getId()
public String getName()
public String getPath()
public Boolean getIsOptimized()
public Boolean getIsUserCode()
public String getVersion()
public String getSymbolStatus()
public String getSymbolFilePath()
public String getDateTimeStamp()
public String getAddressRange()