Class GrantModuleOwnershipParams


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

    Original spec-file type: GrantModuleOwnershipParams

     Parameters for the grant_module_ownership function.
                     Required arguments:
                     modulename mod - the module to modify.
                     username new_owner - the user to add to the module's list of
                             owners.
                     Optional arguments:
                     boolean with_grant_option - true to allow the user to add owners
                             to the module.
     
    • Constructor Detail

      • GrantModuleOwnershipParams

        public GrantModuleOwnershipParams()
    • Method Detail

      • getMod

        public java.lang.String getMod()
      • setMod

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

        public java.lang.String getNewOwner()
      • setNewOwner

        public void setNewOwner​(java.lang.String newOwner)
      • getWithGrantOption

        public java.lang.Long getWithGrantOption()
      • setWithGrantOption

        public void setWithGrantOption​(java.lang.Long withGrantOption)
      • 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