Package us.kbase.workspace
Class ModuleVersions
- java.lang.Object
-
- us.kbase.workspace.ModuleVersions
-
@Generated("com.googlecode.jsonschema2pojo") public class ModuleVersions extends Object
Original 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()
String
getMod()
List<Long>
getReleasedVers()
List<Long>
getVers()
void
setAdditionalProperties(String name, Object value)
void
setMod(String mod)
void
setReleasedVers(List<Long> releasedVers)
void
setVers(List<Long> vers)
String
toString()
ModuleVersions
withMod(String mod)
ModuleVersions
withReleasedVers(List<Long> releasedVers)
ModuleVersions
withVers(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)
-
-