Class GetModuleInfoParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GetModuleInfoParams
    extends java.lang.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 Detail

      • GetModuleInfoParams

        public GetModuleInfoParams()
    • Method Detail

      • getMod

        public java.lang.String getMod()
      • setMod

        public void setMod​(java.lang.String mod)
      • getVer

        public java.lang.Long getVer()
      • setVer

        public void setVer​(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:
        toString in class java.lang.Object