public class Scenario extends Object implements CodeFragment
| Modifier and Type | Field and Description |
|---|---|
protected String |
_id |
protected List<String> |
classes |
protected Origin |
origin |
protected Example |
source |
protected String |
url |
| Constructor and Description |
|---|
Scenario() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
annotations() |
String |
code() |
String |
codeSummary() |
String |
copySummary() |
Example |
getExample() |
String |
id() |
String |
originUrl() |
String |
toString() |
String |
url() |
String |
urlTitle() |
protected String _id
protected Example source
protected Origin origin
protected String url
public List<Annotation> annotations()
annotations in interface CodeFragmentpublic Example getExample()
public String code()
code in interface CodeFragmentpublic String codeSummary()
codeSummary in interface CodeFragmentpublic String copySummary()
copySummary in interface CodeFragmentpublic String id()
id in interface CodeFragmentpublic String url()
url in interface CodeFragmentpublic String originUrl()
originUrl in interface CodeFragmentpublic String urlTitle()
urlTitle in interface CodeFragmentCopyright © 2018. All rights reserved.