Class RawContent
java.lang.Object
edu.sustech.search.engine.github.models.content.RawContent
- Direct Known Subclasses:
ContentDirectory
,ContentFile
,SymlinkContent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPath()
getSha()
getSize()
getType()
getUrl()
void
setDownloadUrl
(URI downloadUrl) void
void
setHtmlUrl
(URI htmlUrl) void
void
void
void
void
void
-
Constructor Details
-
RawContent
public RawContent()
-
-
Method Details
-
getTargetType
-
getType
-
setType
-
getSize
-
setSize
-
getName
-
setName
-
getPath
-
setPath
-
getSha
-
setSha
-
getUrl
-
setUrl
-
getGitUrl
-
setGitUrl
-
getHtmlUrl
-
setHtmlUrl
-
getDownloadUrl
-
setDownloadUrl
-