Package org.gitlab4j.api.models
Class ArtifactsFile
- java.lang.Object
-
- org.gitlab4j.api.models.ArtifactsFile
-
public class ArtifactsFile extends Object
-
-
Constructor Summary
Constructors Constructor Description ArtifactsFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
Integer
getSize()
void
setFilename(String filename)
void
setSize(Integer size)
String
toString()
-