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