Package us.kbase.workspace
Class GetObjectmetaParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectmetaParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectmetaParams extends Object
Deprecated.Workspace.ObjectIdentityOriginal spec-file type: get_objectmeta_params
Input parameters for the "get_objectmeta" function. Required arguments: ws_name workspace - name of the workspace containing the object for which metadata is to be retrieved obj_name id - name of the object for which metadata is to be retrieved Optional arguments: int instance - Version of the object for which metadata is to be retrieved, enabling retrieval of any previous version of an object string auth - the authentication token of the KBase account requesting access. Overrides the client provided authorization credentials if they exist.
-
-
Constructor Summary
Constructors Constructor Description GetObjectmetaParams()
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.GetObjectmetaParams
withAuth(String auth)
Deprecated.GetObjectmetaParams
withId(String id)
Deprecated.GetObjectmetaParams
withInstance(Long instance)
Deprecated.GetObjectmetaParams
withWorkspace(String workspace)
Deprecated.
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.
-
setId
public void setId(String id)
Deprecated.
-
withId
public GetObjectmetaParams withId(String id)
Deprecated.
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public GetObjectmetaParams withWorkspace(String workspace)
Deprecated.
-
getInstance
public Long getInstance()
Deprecated.
-
setInstance
public void setInstance(Long instance)
Deprecated.
-
withInstance
public GetObjectmetaParams withInstance(Long instance)
Deprecated.
-
getAuth
public String getAuth()
Deprecated.
-
setAuth
public void setAuth(String auth)
Deprecated.
-
withAuth
public GetObjectmetaParams withAuth(String auth)
Deprecated.
-
-