public class RetrievedCodeSample extends Object
| Constructor and Description |
|---|
RetrievedCodeSample(String id,
String service,
String title,
String description,
String content)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the code sample content
|
String |
getDescription()
Returns the description of the sample.
|
String |
getId()
Returns the id of the sample.
|
String |
getService()
Returns the name of the service the sample is associated with.
|
String |
getTitle()
Returns the title of the sample.
|
public RetrievedCodeSample(String id, String service, String title, String description, String content)
id - sample idservice - name of service sample associated withtitle - title of the sampledescription - description of the samplecontent - code sample contentpublic String getId()
public String getService()
public String getTitle()
public String getDescription()
public String getContent()
Copyright © 2016. All Rights Reserved.