Package us.kbase.workspace
Class GetWorkspacemetaParams
- java.lang.Object
-
- us.kbase.workspace.GetWorkspacemetaParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetWorkspacemetaParams extends Object
Deprecated.Workspace.WorkspaceIdentityOriginal 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 Summary
Constructors Constructor Description GetWorkspacemetaParams()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Deprecated.String
getAuth()
Deprecated.Long
getId()
Deprecated.String
getWorkspace()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setAuth(String auth)
Deprecated.void
setId(Long id)
Deprecated.void
setWorkspace(String workspace)
Deprecated.String
toString()
Deprecated.GetWorkspacemetaParams
withAuth(String auth)
Deprecated.GetWorkspacemetaParams
withId(Long id)
Deprecated.GetWorkspacemetaParams
withWorkspace(String workspace)
Deprecated.
-
-
-
Method Detail
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public GetWorkspacemetaParams withWorkspace(String workspace)
Deprecated.
-
getId
public Long getId()
Deprecated.
-
setId
public void setId(Long id)
Deprecated.
-
withId
public GetWorkspacemetaParams withId(Long id)
Deprecated.
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public GetWorkspacemetaParams withAuth(String auth)
Deprecated.
-
-