Package org.gitlab4j.api.models
Class Assets
java.lang.Object
org.gitlab4j.api.models.Assets
public class Assets extends Object
This class is part of the Release class model.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Assets.Link
static class
Assets.Source
-
Constructor Summary
Constructors Constructor Description Assets()
-
Method Summary
Modifier and Type Method Description Integer
getCount()
String
getEvidenceFilePath()
List<Assets.Link>
getLinks()
List<Assets.Source>
getSources()
void
setCount(Integer count)
void
setEvidenceFilePath(String evidenceFilePath)
void
setLinks(List<Assets.Link> links)
void
setSources(List<Assets.Source> sources)
String
toString()