public class WikiAttachment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WikiAttachment.Link |
Constructor and Description |
---|
WikiAttachment() |
Modifier and Type | Method and Description |
---|---|
String |
getBranch() |
String |
getFileName() |
String |
getFilePath() |
WikiAttachment.Link |
getLink() |
void |
setBranch(String branch) |
void |
setFileName(String fileName) |
void |
setFilePath(String filePath) |
void |
setLink(WikiAttachment.Link link) |
String |
toString() |
public String getFileName()
public void setFileName(String fileName)
public String getFilePath()
public void setFilePath(String filePath)
public String getBranch()
public void setBranch(String branch)
public WikiAttachment.Link getLink()
public void setLink(WikiAttachment.Link link)
Copyright © 2019. All rights reserved.