Class SubObjectIdentity


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

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

      • SubObjectIdentity

        public SubObjectIdentity()
        Deprecated.
    • Method Detail

      • getWorkspace

        public String getWorkspace()
        Deprecated.
      • setWorkspace

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

        public Long getWsid()
        Deprecated.
      • setWsid

        public void setWsid​(Long wsid)
        Deprecated.
      • getName

        public String getName()
        Deprecated.
      • setName

        public void setName​(String name)
        Deprecated.
      • getObjid

        public Long getObjid()
        Deprecated.
      • setObjid

        public void setObjid​(Long objid)
        Deprecated.
      • getVer

        public Long getVer()
        Deprecated.
      • setVer

        public void setVer​(Long ver)
        Deprecated.
      • getRef

        public String getRef()
        Deprecated.
      • setRef

        public void setRef​(String ref)
        Deprecated.
      • getIncluded

        public List<String> getIncluded()
        Deprecated.
      • setIncluded

        public void setIncluded​(List<String> included)
        Deprecated.
      • getStrictMaps

        public Long getStrictMaps()
        Deprecated.
      • setStrictMaps

        public void setStrictMaps​(Long strictMaps)
        Deprecated.
      • getStrictArrays

        public Long getStrictArrays()
        Deprecated.
      • setStrictArrays

        public void setStrictArrays​(Long strictArrays)
        Deprecated.
      • getAdditionalProperties

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

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