Class GetObjectInfo3Params


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

    Original spec-file type: GetObjectInfo3Params

     Input parameters for the "get_object_info3" function.
                     Required arguments:
                     list objects - the objects for which the
                             information should be fetched. Subsetting related parameters are
                             ignored.
                     Optional arguments:
                     boolean infostruct - return information about the object as a structure rather than a tuple.
                             Default false. If true, infos and paths will be null.
                     boolean includeMetadata - include the user and admin 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 and path instead.
                             Default false.
     
    • Constructor Detail

      • GetObjectInfo3Params

        public GetObjectInfo3Params()
    • Method Detail

      • getInfostruct

        public java.lang.Long getInfostruct()
      • setInfostruct

        public void setInfostruct​(java.lang.Long infostruct)
      • getIncludeMetadata

        public java.lang.Long getIncludeMetadata()
      • setIncludeMetadata

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

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

        public java.lang.Long getIgnoreErrors()
      • setIgnoreErrors

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

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(java.lang.String name,
                                            java.lang.Object value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object