Class AlterWorkspaceMetadataParams


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

    Original spec-file type: AlterWorkspaceMetadataParams

     Input parameters for the "alter_workspace_metadata" function.
                     Required arguments:
                     WorkspaceIdentity wsi - the workspace to be altered
                     One or both of the following arguments are required:
                     usermeta new - metadata to assign to the workspace. Duplicate keys will
                             be overwritten.
                     list remove - these keys will be removed from the workspace
                             metadata key/value pairs.
     
    • Constructor Detail

      • AlterWorkspaceMetadataParams

        public AlterWorkspaceMetadataParams()
    • Method Detail

      • getWsi

        public WorkspaceIdentity getWsi()

        Original spec-file type: WorkspaceIdentity

         A workspace identifier.
                         Select a workspace by one, and only one, of the numerical id or name.
                         ws_id id - the numerical ID of the workspace.
                         ws_name workspace - the name of the workspace.
         
      • setWsi

        public void setWsi​(WorkspaceIdentity wsi)

        Original spec-file type: WorkspaceIdentity

         A workspace identifier.
                         Select a workspace by one, and only one, of the numerical id or name.
                         ws_id id - the numerical ID of the workspace.
                         ws_name workspace - the name of the workspace.
         
      • getNew

        public java.util.Map<java.lang.String,​java.lang.String> getNew()
      • setNew

        public void setNew​(java.util.Map<java.lang.String,​java.lang.String> _new)
      • getRemove

        public java.util.List<java.lang.String> getRemove()
      • setRemove

        public void setRemove​(java.util.List<java.lang.String> remove)
      • 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