Package us.kbase.workspace
Class GetObjectInfoNewParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectInfoNewParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectInfoNewParams extends Object
Deprecated.Workspace.GetObjectInfo3ParamsOriginal 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 Summary
Constructors Constructor Description GetObjectInfoNewParams()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
Deprecated.Long
getIgnoreErrors()
Deprecated.Long
getIncludeMetadata()
Deprecated.List<ObjectSpecification>
getObjects()
Deprecated.void
setAdditionalProperties(String name, Object value)
Deprecated.void
setIgnoreErrors(Long ignoreErrors)
Deprecated.void
setIncludeMetadata(Long includeMetadata)
Deprecated.void
setObjects(List<ObjectSpecification> objects)
Deprecated.String
toString()
Deprecated.GetObjectInfoNewParams
withIgnoreErrors(Long ignoreErrors)
Deprecated.GetObjectInfoNewParams
withIncludeMetadata(Long includeMetadata)
Deprecated.GetObjectInfoNewParams
withObjects(List<ObjectSpecification> objects)
Deprecated.
-
-
-
Method Detail
-
getObjects
public List<ObjectSpecification> getObjects()
Deprecated.
-
setObjects
public void setObjects(List<ObjectSpecification> objects)
Deprecated.
-
withObjects
public GetObjectInfoNewParams withObjects(List<ObjectSpecification> objects)
Deprecated.
-
getIncludeMetadata
public Long getIncludeMetadata()
Deprecated.
-
setIncludeMetadata
public void setIncludeMetadata(Long includeMetadata)
Deprecated.
-
withIncludeMetadata
public GetObjectInfoNewParams withIncludeMetadata(Long includeMetadata)
Deprecated.
-
getIgnoreErrors
public Long getIgnoreErrors()
Deprecated.
-
setIgnoreErrors
public void setIgnoreErrors(Long ignoreErrors)
Deprecated.
-
withIgnoreErrors
public GetObjectInfoNewParams withIgnoreErrors(Long ignoreErrors)
Deprecated.
-
-