public class DebugSymbols extends Object
| Constructor and Description |
|---|
DebugSymbols() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalURL()
URL of the external symbol source.
|
DebugSymbolsType |
getType()
Type of the debug symbols.
|
void |
setExternalURL(String externalURL)
URL of the external symbol source.
|
void |
setType(DebugSymbolsType type)
Type of the debug symbols.
|
public DebugSymbolsType getType()
public void setType(DebugSymbolsType type)
public String getExternalURL()
public void setExternalURL(String externalURL)
Copyright © 2021 Kenan Klisura. All rights reserved.