Package us.kbase.workspace
Class GetObjectInfoNewParams
- java.lang.Object
-
- us.kbase.workspace.GetObjectInfoNewParams
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectInfoNewParams extends ObjectDeprecated.Workspace.GetObjectInfo3ParamsOriginal spec-file type: GetObjectInfoNewParams
Input parameters for the "get_object_info_new" function. Required arguments: listobjects - 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.LonggetIgnoreErrors()Deprecated.LonggetIncludeMetadata()Deprecated.List<ObjectSpecification>getObjects()Deprecated.voidsetAdditionalProperties(String name, Object value)Deprecated.voidsetIgnoreErrors(Long ignoreErrors)Deprecated.voidsetIncludeMetadata(Long includeMetadata)Deprecated.voidsetObjects(List<ObjectSpecification> objects)Deprecated.StringtoString()Deprecated.GetObjectInfoNewParamswithIgnoreErrors(Long ignoreErrors)Deprecated.GetObjectInfoNewParamswithIncludeMetadata(Long includeMetadata)Deprecated.GetObjectInfoNewParamswithObjects(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.
-
-