Package us.kbase.workspace
Class GetObjectParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectParams extends ObjectDeprecated.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.StringgetAuth()Deprecated.StringgetId()Deprecated.LonggetInstance()Deprecated.StringgetWorkspace()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetAuth(String auth)Deprecated.voidsetId(String id)Deprecated.voidsetInstance(Long instance)Deprecated.voidsetWorkspace(String workspace)Deprecated.StringtoString()Deprecated.GetObjectParamswithAuth(String auth)Deprecated.GetObjectParamswithId(String id)Deprecated.GetObjectParamswithInstance(Long instance)Deprecated.GetObjectParamswithWorkspace(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.
-
-