Package us.kbase.workspace
Class GetObjectInfo3Params
- java.lang.Object
-
- us.kbase.workspace.GetObjectInfo3Params
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectInfo3Params extends java.lang.ObjectOriginal spec-file type: GetObjectInfo3Params
Input parameters for the "get_object_info3" function. Required arguments: listobjects - 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 Summary
Constructors Constructor Description GetObjectInfo3Params()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.LonggetIgnoreErrors()java.lang.LonggetIncludeMetadata()java.lang.LonggetInfostruct()java.util.List<ObjectSpecification>getObjects()voidsetAdditionalProperties(java.lang.String name, java.lang.Object value)voidsetIgnoreErrors(java.lang.Long ignoreErrors)voidsetIncludeMetadata(java.lang.Long includeMetadata)voidsetInfostruct(java.lang.Long infostruct)voidsetObjects(java.util.List<ObjectSpecification> objects)java.lang.StringtoString()GetObjectInfo3ParamswithIgnoreErrors(java.lang.Long ignoreErrors)GetObjectInfo3ParamswithIncludeMetadata(java.lang.Long includeMetadata)GetObjectInfo3ParamswithInfostruct(java.lang.Long infostruct)GetObjectInfo3ParamswithObjects(java.util.List<ObjectSpecification> objects)
-
-
-
Method Detail
-
getObjects
public java.util.List<ObjectSpecification> getObjects()
-
setObjects
public void setObjects(java.util.List<ObjectSpecification> objects)
-
withObjects
public GetObjectInfo3Params withObjects(java.util.List<ObjectSpecification> objects)
-
getInfostruct
public java.lang.Long getInfostruct()
-
setInfostruct
public void setInfostruct(java.lang.Long infostruct)
-
withInfostruct
public GetObjectInfo3Params withInfostruct(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)
-
withIgnoreErrors
public GetObjectInfo3Params withIgnoreErrors(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:
toStringin classjava.lang.Object
-
-