Class SubObjectIdentity


  • @Generated("com.googlecode.jsonschema2pojo")
    public class SubObjectIdentity
    extends java.lang.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 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.
      • 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.
      • getRef

        public java.lang.String getRef()
        Deprecated.
      • setRef

        public void setRef​(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:
        toString in class java.lang.Object