Package us.kbase.workspace
Class WorkspaceIdentity
- java.lang.Object
-
- us.kbase.workspace.WorkspaceIdentity
-
@Generated("com.googlecode.jsonschema2pojo") public class WorkspaceIdentity extends ObjectOriginal 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.
-
-
Constructor Summary
Constructors Constructor Description WorkspaceIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()LonggetId()StringgetWorkspace()voidsetAdditionalProperties(String name, Object value)voidsetId(Long id)voidsetWorkspace(String workspace)StringtoString()WorkspaceIdentitywithId(Long id)WorkspaceIdentitywithWorkspace(String workspace)
-
-
-
Method Detail
-
getWorkspace
public String getWorkspace()
-
setWorkspace
public void setWorkspace(String workspace)
-
withWorkspace
public WorkspaceIdentity withWorkspace(String workspace)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
withId
public WorkspaceIdentity withId(Long id)
-
-