Package org.azd.git.types
Class FileContentMetadata
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.git.types.FileContentMetadata
Type of object (Commit, Tree, Blob, Tag)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setContentType
(String contentType) void
setEncoding
(Integer encoding) void
setExtension
(String extension) void
setFileName
(String fileName) void
setIsBinary
(boolean isBinary) void
setIsImage
(boolean isImage) void
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
FileContentMetadata
public FileContentMetadata()
-
-
Method Details
-
getContentType
-
setContentType
-
getEncoding
-
setEncoding
-
getExtension
-
setExtension
-
getFileName
-
setFileName
-
getIsBinary
public boolean getIsBinary() -
setIsBinary
public void setIsBinary(boolean isBinary) -
getIsImage
public boolean getIsImage() -
setIsImage
public void setIsImage(boolean isImage) -
getVsLink
-
setVsLink
-