Package us.kbase.workspace
Class ModuleVersions
- java.lang.Object
-
- us.kbase.workspace.ModuleVersions
-
@Generated("com.googlecode.jsonschema2pojo") public class ModuleVersions extends ObjectOriginal spec-file type: ModuleVersions
A set of versions from a module. modulename mod - the name of the module. list- a set or subset of versions associated with the module. list - a set or subset of released versions associated with the module.
-
-
Constructor Summary
Constructors Constructor Description ModuleVersions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMod()List<Long>getReleasedVers()List<Long>getVers()voidsetAdditionalProperties(String name, Object value)voidsetMod(String mod)voidsetReleasedVers(List<Long> releasedVers)voidsetVers(List<Long> vers)StringtoString()ModuleVersionswithMod(String mod)ModuleVersionswithReleasedVers(List<Long> releasedVers)ModuleVersionswithVers(List<Long> vers)
-
-
-
Method Detail
-
getMod
public String getMod()
-
setMod
public void setMod(String mod)
-
withMod
public ModuleVersions withMod(String mod)
-
withVers
public ModuleVersions withVers(List<Long> vers)
-
withReleasedVers
public ModuleVersions withReleasedVers(List<Long> releasedVers)
-
-