Package us.kbase.workspace
Class SubObjectIdentity
- java.lang.Object
-
- us.kbase.workspace.SubObjectIdentity
-
@Generated("com.googlecode.jsonschema2pojo") public class SubObjectIdentity extends Object
Deprecated.Workspace.ObjectSpecificationOriginal spec-file type: SubObjectIdentity
DEPRECATED An object subset identifier. Select a subset of an object by: EITHER One, and only one, of the numerical id or name of the workspace. ws_id wsid - the numerical ID of the workspace. ws_name workspace - name of the workspace. AND One, and only one, of the numerical id or name of the object. obj_id objid- the numerical ID of the object. obj_name name - name of the object. OPTIONALLY obj_ver ver - the version of the object. OR an object reference string: obj_ref ref - an object reference string. AND a subset specification: list
included - the portions of the object to include in the object subset. boolean strict_maps - if true, throw an exception if the subset specification traverses a non-existant map key (default false) boolean strict_arrays - if true, throw an exception if the subset specification exceeds the size of an array (default true)
-
-
Constructor Summary
Constructors Constructor Description SubObjectIdentity()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Deprecated.List<String>
getIncluded()
Deprecated.String
getName()
Deprecated.Long
getObjid()
Deprecated.String
getRef()
Deprecated.Long
getStrictArrays()
Deprecated.Long
getStrictMaps()
Deprecated.Long
getVer()
Deprecated.String
getWorkspace()
Deprecated.Long
getWsid()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setIncluded(List<String> included)
Deprecated.void
setName(String name)
Deprecated.void
setObjid(Long objid)
Deprecated.void
setRef(String ref)
Deprecated.void
setStrictArrays(Long strictArrays)
Deprecated.void
setStrictMaps(Long strictMaps)
Deprecated.void
setVer(Long ver)
Deprecated.void
setWorkspace(String workspace)
Deprecated.void
setWsid(Long wsid)
Deprecated.String
toString()
Deprecated.SubObjectIdentity
withIncluded(List<String> included)
Deprecated.SubObjectIdentity
withName(String name)
Deprecated.SubObjectIdentity
withObjid(Long objid)
Deprecated.SubObjectIdentity
withRef(String ref)
Deprecated.SubObjectIdentity
withStrictArrays(Long strictArrays)
Deprecated.SubObjectIdentity
withStrictMaps(Long strictMaps)
Deprecated.SubObjectIdentity
withVer(Long ver)
Deprecated.SubObjectIdentity
withWorkspace(String workspace)
Deprecated.SubObjectIdentity
withWsid(Long wsid)
Deprecated.
-
-
-
Method Detail
-
getWorkspace
public String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(String workspace)
Deprecated.
-
withWorkspace
public SubObjectIdentity withWorkspace(String workspace)
Deprecated.
-
getWsid
public Long getWsid()
Deprecated.
-
setWsid
public void setWsid(Long wsid)
Deprecated.
-
withWsid
public SubObjectIdentity withWsid(Long wsid)
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
withName
public SubObjectIdentity withName(String name)
Deprecated.
-
getObjid
public Long getObjid()
Deprecated.
-
setObjid
public void setObjid(Long objid)
Deprecated.
-
withObjid
public SubObjectIdentity withObjid(Long objid)
Deprecated.
-
getVer
public Long getVer()
Deprecated.
-
setVer
public void setVer(Long ver)
Deprecated.
-
withVer
public SubObjectIdentity withVer(Long ver)
Deprecated.
-
getRef
public String getRef()
Deprecated.
-
setRef
public void setRef(String ref)
Deprecated.
-
withRef
public SubObjectIdentity withRef(String ref)
Deprecated.
-
withIncluded
public SubObjectIdentity withIncluded(List<String> included)
Deprecated.
-
getStrictMaps
public Long getStrictMaps()
Deprecated.
-
setStrictMaps
public void setStrictMaps(Long strictMaps)
Deprecated.
-
withStrictMaps
public SubObjectIdentity withStrictMaps(Long strictMaps)
Deprecated.
-
getStrictArrays
public Long getStrictArrays()
Deprecated.
-
setStrictArrays
public void setStrictArrays(Long strictArrays)
Deprecated.
-
withStrictArrays
public SubObjectIdentity withStrictArrays(Long strictArrays)
Deprecated.
-
-