Class GetObjectInfoNewParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GetObjectInfoNewParams
    extends java.lang.Object
    Deprecated.
    Workspace.GetObjectInfo3Params

    Original spec-file type: GetObjectInfoNewParams

     Input parameters for the "get_object_info_new" function.
                     Required arguments:
                     list objects - the objects for which the
                             information should be fetched. Subsetting related parameters are
                             ignored.
                     Optional arguments:
                     boolean includeMetadata - include the object metadata in the returned
                             information. Default false.
                     boolean ignoreErrors - Don't throw an exception if an object cannot
                             be accessed; return null for that object's information instead.
                             Default false.
    • Constructor Detail

      • GetObjectInfoNewParams

        public GetObjectInfoNewParams()
        Deprecated.
    • Method Detail

      • setObjects

        public void setObjects​(java.util.List<ObjectSpecification> objects)
        Deprecated.
      • getIncludeMetadata

        public java.lang.Long getIncludeMetadata()
        Deprecated.
      • setIncludeMetadata

        public void setIncludeMetadata​(java.lang.Long includeMetadata)
        Deprecated.
      • withIncludeMetadata

        public GetObjectInfoNewParams withIncludeMetadata​(java.lang.Long includeMetadata)
        Deprecated.
      • getIgnoreErrors

        public java.lang.Long getIgnoreErrors()
        Deprecated.
      • setIgnoreErrors

        public void setIgnoreErrors​(java.lang.Long ignoreErrors)
        Deprecated.
      • withIgnoreErrors

        public GetObjectInfoNewParams withIgnoreErrors​(java.lang.Long ignoreErrors)
        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