org.eclipse.egit.github.core
Class Blob
java.lang.Object
org.eclipse.egit.github.core.Blob
- All Implemented Interfaces:
- Serializable
public class Blob
- extends Object
- implements Serializable
Blob model class
- See Also:
- Serialized Form
Constructor Summary |
Blob()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODING_BASE64
public static final String ENCODING_BASE64
- ENCODING_BASE64
- See Also:
- Constant Field Values
ENCODING_UTF8
public static final String ENCODING_UTF8
- ENCODING_UTF8
- See Also:
- Constant Field Values
Blob
public Blob()
getContent
public String getContent()
- Returns:
- content
setContent
public Blob setContent(String content)
- Parameters:
content
-
- Returns:
- this blob
getEncoding
public String getEncoding()
- Returns:
- encoding
setEncoding
public Blob setEncoding(String encoding)
- Parameters:
encoding
-
- Returns:
- this blob
Copyright © 2012. All Rights Reserved.