org.eclipse.egit.github.core
Class GistFile
java.lang.Object
org.eclipse.egit.github.core.GistFile
- All Implemented Interfaces:
- Serializable
public class GistFile
- extends Object
- implements Serializable
Gist file class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GistFile
public GistFile()
getSize
public int getSize()
- Returns:
- size
setSize
public GistFile setSize(int size)
- Parameters:
size
-
- Returns:
- this gist file
getContent
public String getContent()
- Returns:
- content
setContent
public GistFile setContent(String content)
- Parameters:
content
-
- Returns:
- this gist file
getFilename
public String getFilename()
- Returns:
- filename
setFilename
public GistFile setFilename(String filename)
- Parameters:
filename
-
- Returns:
- this gist file
getRawUrl
public String getRawUrl()
- Returns:
- rawUrl
setRawUrl
public GistFile setRawUrl(String rawUrl)
- Parameters:
rawUrl
-
- Returns:
- this gist file
Copyright © 2012. All Rights Reserved.