Package us.kbase.workspace
Class GetModuleInfoParams
- java.lang.Object
-
- us.kbase.workspace.GetModuleInfoParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetModuleInfoParams extends ObjectOriginal spec-file type: GetModuleInfoParams
Parameters for the get_module_info function. Required arguments: modulename mod - the name of the module to retrieve. Optional arguments: spec_version ver - the version of the module to retrieve. Defaults to the latest version.
-
-
Constructor Summary
Constructors Constructor Description GetModuleInfoParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMod()LonggetVer()voidsetAdditionalProperties(String name, Object value)voidsetMod(String mod)voidsetVer(Long ver)StringtoString()GetModuleInfoParamswithMod(String mod)GetModuleInfoParamswithVer(Long ver)
-
-
-
Method Detail
-
getMod
public String getMod()
-
setMod
public void setMod(String mod)
-
withMod
public GetModuleInfoParams withMod(String mod)
-
getVer
public Long getVer()
-
setVer
public void setVer(Long ver)
-
withVer
public GetModuleInfoParams withVer(Long ver)
-
-