Class RemoveModuleOwnershipParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class RemoveModuleOwnershipParams
    extends java.lang.Object

    Original spec-file type: RemoveModuleOwnershipParams

     Parameters for the remove_module_ownership function.
                     Required arguments:
                     modulename mod - the module to modify.
                     username old_owner - the user to remove from the module's list of
                             owners.
     
    • Constructor Detail

      • RemoveModuleOwnershipParams

        public RemoveModuleOwnershipParams()
    • Method Detail

      • getMod

        public java.lang.String getMod()
      • setMod

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

        public java.lang.String getOldOwner()
      • setOldOwner

        public void setOldOwner​(java.lang.String oldOwner)
      • 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