Package us.kbase.workspace
Class GetObjectmetaParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectmetaParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectmetaParams extends ObjectDeprecated.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.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.GetObjectmetaParamswithAuth(String auth)Deprecated.GetObjectmetaParamswithId(String id)Deprecated.GetObjectmetaParamswithInstance(Long instance)Deprecated.GetObjectmetaParamswithWorkspace(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.
-
-