org.eclipse.egit.github.core
Class GollumPage
java.lang.Object
org.eclipse.egit.github.core.GollumPage
- All Implemented Interfaces:
- Serializable
public class GollumPage
- extends Object
- implements Serializable
Gollum Page model class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GollumPage
public GollumPage()
getPageName
public String getPageName()
- Returns:
- pageName
setPageName
public GollumPage setPageName(String pageName)
- Parameters:
pageName
-
- Returns:
- this page
getTitle
public String getTitle()
- Returns:
- title
setTitle
public GollumPage setTitle(String title)
- Parameters:
title
-
- Returns:
- this page
getAction
public String getAction()
- Returns:
- action
setAction
public GollumPage setAction(String action)
- Parameters:
action
-
- Returns:
- this page
getSha
public String getSha()
- Returns:
- sha
setSha
public GollumPage setSha(String sha)
- Parameters:
sha
-
- Returns:
- this page
getHtmlUrl
public String getHtmlUrl()
- Returns:
- htmlUrl
setHtmlUrl
public GollumPage setHtmlUrl(String htmlUrl)
- Parameters:
htmlUrl
-
- Returns:
- this page
Copyright © 2012. All Rights Reserved.