Class GetObjectParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GetObjectParams
    extends Object
    Deprecated.
    Workspace.ObjectIdentity

    Original 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 Detail

      • GetObjectParams

        public GetObjectParams()
        Deprecated.
    • Method Detail

      • getId

        public String getId()
        Deprecated.
      • setId

        public void setId​(String id)
        Deprecated.
      • getWorkspace

        public String getWorkspace()
        Deprecated.
      • setWorkspace

        public void setWorkspace​(String workspace)
        Deprecated.
      • getInstance

        public Long getInstance()
        Deprecated.
      • setInstance

        public void setInstance​(Long instance)
        Deprecated.
      • getAuth

        public String getAuth()
        Deprecated.
      • setAuth

        public void setAuth​(String auth)
        Deprecated.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Deprecated.
      • setAdditionalProperties

        public void setAdditionalProperties​(String name,
                                            Object value)
        Deprecated.