Class GetWorkspacemetaParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GetWorkspacemetaParams
    extends Object
    Deprecated.
    Workspace.WorkspaceIdentity

    Original spec-file type: get_workspacemeta_params

     DEPRECATED
                     Input parameters for the "get_workspacemeta" function. Provided for
                     backwards compatibility.
                     One, and only one of:
                     ws_name workspace - name of the workspace.
                     ws_id id - the numerical ID of the workspace.
                     Optional arguments:
                     string auth - the authentication token of the KBase account accessing
                             the workspace. Overrides the client provided authorization
                             credentials if they exist.
    • Constructor Detail

      • GetWorkspacemetaParams

        public GetWorkspacemetaParams()
        Deprecated.
    • Method Detail

      • getWorkspace

        public String getWorkspace()
        Deprecated.
      • setWorkspace

        public void setWorkspace​(String workspace)
        Deprecated.
      • getId

        public Long getId()
        Deprecated.
      • setId

        public void setId​(Long id)
        Deprecated.
      • getAuth

        public String getAuth()
        Deprecated.
      • setAuth

        public void setAuth​(String auth)
        Deprecated.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Deprecated.
      • setAdditionalProperties

        public void setAdditionalProperties​(String name,
                                            Object value)
        Deprecated.