Package us.kbase.workspace
Class GetModuleInfoParams
- java.lang.Object
-
- us.kbase.workspace.GetModuleInfoParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetModuleInfoParams extends java.lang.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 java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetMod()java.lang.LonggetVer()voidsetAdditionalProperties(java.lang.String name, java.lang.Object value)voidsetMod(java.lang.String mod)voidsetVer(java.lang.Long ver)java.lang.StringtoString()GetModuleInfoParamswithMod(java.lang.String mod)GetModuleInfoParamswithVer(java.lang.Long ver)
-
-
-
Method Detail
-
getMod
public java.lang.String getMod()
-
setMod
public void setMod(java.lang.String mod)
-
withMod
public GetModuleInfoParams withMod(java.lang.String mod)
-
getVer
public java.lang.Long getVer()
-
setVer
public void setVer(java.lang.Long ver)
-
withVer
public GetModuleInfoParams withVer(java.lang.Long ver)
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
setAdditionalProperties
public void setAdditionalProperties(java.lang.String name, java.lang.Object value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-