public class PasteImpl extends Object implements Paste
Constructor and Description |
---|
PasteImpl(String id,
String body,
String url) |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Returns the body (code) in that paste.
|
String |
getId()
Returns the id of the paste
|
String |
getUrl()
Returns the url of the bin.
|
Copyright © 2019. All rights reserved.