Package us.kbase.workspace
Class GetObjectParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectParams extends Object
Deprecated.Workspace.ObjectIdentityOriginal spec-file type: get_object_params
Input parameters for the "get_object" function. Provided for backwards compatibility. Required arguments: ws_name workspace - Name of the workspace containing the object to be retrieved obj_name id - Name of the object to be retrieved Optional arguments: int instance - Version of the object to be retrieved, enabling retrieval of any previous version of an object string auth - the authentication token of the KBase account accessing the object. Overrides the client provided authorization credentials if they exist.
-
-
Constructor Summary
Constructors Constructor Description GetObjectParams()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Deprecated.String
getAuth()
Deprecated.String
getId()
Deprecated.Long
getInstance()
Deprecated.String
getWorkspace()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setAuth(String auth)
Deprecated.void
setId(String id)
Deprecated.void
setInstance(Long instance)
Deprecated.void
setWorkspace(String workspace)
Deprecated.String
toString()
Deprecated.GetObjectParams
withAuth(String auth)
Deprecated.GetObjectParams
withId(String id)
Deprecated.GetObjectParams
withInstance(Long instance)
Deprecated.GetObjectParams
withWorkspace(String workspace)
Deprecated.
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
setId
public void setId(String id)
Deprecated.
-
withId
public GetObjectParams withId(String id)
Deprecated.
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public GetObjectParams withWorkspace(String workspace)
Deprecated.
-
getInstance
public Long getInstance()
Deprecated.
-
setInstance
public void setInstance(Long instance)
Deprecated.
-
withInstance
public GetObjectParams withInstance(Long instance)
Deprecated.
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public GetObjectParams withAuth(String auth)
Deprecated.
-
-