Class SetWorkspaceDescriptionParams


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

    Original spec-file type: SetWorkspaceDescriptionParams

     Input parameters for the "set_workspace_description" function.
                     One, and only one, of the following is required:
                     ws_id id - the numerical ID of the workspace.
                     ws_name workspace - the name of the workspace.
                     Optional arguments:
                     string description - A free-text description of the workspace, 1000
                             characters max. Longer strings will be mercilessly and brutally
                             truncated. If omitted, the description is set to null.
     
    • Constructor Detail

      • SetWorkspaceDescriptionParams

        public SetWorkspaceDescriptionParams()
    • Method Detail

      • getWorkspace

        public java.lang.String getWorkspace()
      • setWorkspace

        public void setWorkspace​(java.lang.String workspace)
      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

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