public class ScriptTypeProfile extends Object
| Constructor and Description |
|---|
ScriptTypeProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeProfileEntry> |
getEntries()
Type profile entries for parameters and return values of the functions in the script.
|
String |
getScriptId()
JavaScript script id.
|
String |
getUrl()
JavaScript script name or url.
|
void |
setEntries(List<TypeProfileEntry> entries)
Type profile entries for parameters and return values of the functions in the script.
|
void |
setScriptId(String scriptId)
JavaScript script id.
|
void |
setUrl(String url)
JavaScript script name or url.
|
public String getScriptId()
public void setScriptId(String scriptId)
public String getUrl()
public void setUrl(String url)
public List<TypeProfileEntry> getEntries()
public void setEntries(List<TypeProfileEntry> entries)
Copyright © 2020. All rights reserved.