Package us.kbase.workspace
Class SubObjectIdentity
- java.lang.Object
-
- us.kbase.workspace.SubObjectIdentity
-
@Generated("com.googlecode.jsonschema2pojo") public class SubObjectIdentity extends ObjectDeprecated.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: listincluded - 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.StringgetName()Deprecated.LonggetObjid()Deprecated.StringgetRef()Deprecated.LonggetStrictArrays()Deprecated.LonggetStrictMaps()Deprecated.LonggetVer()Deprecated.StringgetWorkspace()Deprecated.LonggetWsid()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetIncluded(List<String> included)Deprecated.voidsetName(String name)Deprecated.voidsetObjid(Long objid)Deprecated.voidsetRef(String ref)Deprecated.voidsetStrictArrays(Long strictArrays)Deprecated.voidsetStrictMaps(Long strictMaps)Deprecated.voidsetVer(Long ver)Deprecated.voidsetWorkspace(String workspace)Deprecated.voidsetWsid(Long wsid)Deprecated.StringtoString()Deprecated.SubObjectIdentitywithIncluded(List<String> included)Deprecated.SubObjectIdentitywithName(String name)Deprecated.SubObjectIdentitywithObjid(Long objid)Deprecated.SubObjectIdentitywithRef(String ref)Deprecated.SubObjectIdentitywithStrictArrays(Long strictArrays)Deprecated.SubObjectIdentitywithStrictMaps(Long strictMaps)Deprecated.SubObjectIdentitywithVer(Long ver)Deprecated.SubObjectIdentitywithWorkspace(String workspace)Deprecated.SubObjectIdentitywithWsid(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.
-
-