Class RenameWorkspaceParams


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

    Original spec-file type: RenameWorkspaceParams

     Input parameters for the 'rename_workspace' function.
                     Required arguments:
                     WorkspaceIdentity wsi - the workspace to rename.
                     ws_name new_name - the new name for the workspace.
     
    • Constructor Detail

      • RenameWorkspaceParams

        public RenameWorkspaceParams()
    • 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.
         
      • getNewName

        public java.lang.String getNewName()
      • setNewName

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