Package us.kbase.workspace
Class SubObjectIdentity
- java.lang.Object
-
- us.kbase.workspace.SubObjectIdentity
-
@Generated("com.googlecode.jsonschema2pojo") public class SubObjectIdentity extends java.lang.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 java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()Deprecated.java.util.List<java.lang.String>getIncluded()Deprecated.java.lang.StringgetName()Deprecated.java.lang.LonggetObjid()Deprecated.java.lang.StringgetRef()Deprecated.java.lang.LonggetStrictArrays()Deprecated.java.lang.LonggetStrictMaps()Deprecated.java.lang.LonggetVer()Deprecated.java.lang.StringgetWorkspace()Deprecated.java.lang.LonggetWsid()Deprecated.voidsetAdditionalProperties(java.lang.String name, java.lang.Object value)Deprecated.voidsetIncluded(java.util.List<java.lang.String> included)Deprecated.voidsetName(java.lang.String name)Deprecated.voidsetObjid(java.lang.Long objid)Deprecated.voidsetRef(java.lang.String ref)Deprecated.voidsetStrictArrays(java.lang.Long strictArrays)Deprecated.voidsetStrictMaps(java.lang.Long strictMaps)Deprecated.voidsetVer(java.lang.Long ver)Deprecated.voidsetWorkspace(java.lang.String workspace)Deprecated.voidsetWsid(java.lang.Long wsid)Deprecated.java.lang.StringtoString()Deprecated.SubObjectIdentitywithIncluded(java.util.List<java.lang.String> included)Deprecated.SubObjectIdentitywithName(java.lang.String name)Deprecated.SubObjectIdentitywithObjid(java.lang.Long objid)Deprecated.SubObjectIdentitywithRef(java.lang.String ref)Deprecated.SubObjectIdentitywithStrictArrays(java.lang.Long strictArrays)Deprecated.SubObjectIdentitywithStrictMaps(java.lang.Long strictMaps)Deprecated.SubObjectIdentitywithVer(java.lang.Long ver)Deprecated.SubObjectIdentitywithWorkspace(java.lang.String workspace)Deprecated.SubObjectIdentitywithWsid(java.lang.Long wsid)Deprecated.
-
-
-
Method Detail
-
getWorkspace
public java.lang.String getWorkspace()
Deprecated.
-
setWorkspace
public void setWorkspace(java.lang.String workspace)
Deprecated.
-
withWorkspace
public SubObjectIdentity withWorkspace(java.lang.String workspace)
Deprecated.
-
getWsid
public java.lang.Long getWsid()
Deprecated.
-
setWsid
public void setWsid(java.lang.Long wsid)
Deprecated.
-
withWsid
public SubObjectIdentity withWsid(java.lang.Long wsid)
Deprecated.
-
getName
public java.lang.String getName()
Deprecated.
-
setName
public void setName(java.lang.String name)
Deprecated.
-
withName
public SubObjectIdentity withName(java.lang.String name)
Deprecated.
-
getObjid
public java.lang.Long getObjid()
Deprecated.
-
setObjid
public void setObjid(java.lang.Long objid)
Deprecated.
-
withObjid
public SubObjectIdentity withObjid(java.lang.Long objid)
Deprecated.
-
getVer
public java.lang.Long getVer()
Deprecated.
-
setVer
public void setVer(java.lang.Long ver)
Deprecated.
-
withVer
public SubObjectIdentity withVer(java.lang.Long ver)
Deprecated.
-
getRef
public java.lang.String getRef()
Deprecated.
-
setRef
public void setRef(java.lang.String ref)
Deprecated.
-
withRef
public SubObjectIdentity withRef(java.lang.String ref)
Deprecated.
-
getIncluded
public java.util.List<java.lang.String> getIncluded()
Deprecated.
-
setIncluded
public void setIncluded(java.util.List<java.lang.String> included)
Deprecated.
-
withIncluded
public SubObjectIdentity withIncluded(java.util.List<java.lang.String> included)
Deprecated.
-
getStrictMaps
public java.lang.Long getStrictMaps()
Deprecated.
-
setStrictMaps
public void setStrictMaps(java.lang.Long strictMaps)
Deprecated.
-
withStrictMaps
public SubObjectIdentity withStrictMaps(java.lang.Long strictMaps)
Deprecated.
-
getStrictArrays
public java.lang.Long getStrictArrays()
Deprecated.
-
setStrictArrays
public void setStrictArrays(java.lang.Long strictArrays)
Deprecated.
-
withStrictArrays
public SubObjectIdentity withStrictArrays(java.lang.Long strictArrays)
Deprecated.
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
Deprecated.
-
setAdditionalProperties
public void setAdditionalProperties(java.lang.String name, java.lang.Object value)Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-