Package us.kbase.workspace
Class GetModuleInfoParams
- java.lang.Object
-
- us.kbase.workspace.GetModuleInfoParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetModuleInfoParams extends Object
Original 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()
String
getMod()
Long
getVer()
void
setAdditionalProperties(String name, Object value)
void
setMod(String mod)
void
setVer(Long ver)
String
toString()
GetModuleInfoParams
withMod(String mod)
GetModuleInfoParams
withVer(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)
-
-