Package us.kbase.workspace
Class GetObjectInfo3Results
- java.lang.Object
-
- us.kbase.workspace.GetObjectInfo3Results
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectInfo3Results extends ObjectOriginal spec-file type: GetObjectInfo3Results
Output from the get_object_info3 function. listinfos - the object_info data for each object. list - paths - the path to the object through the object reference graph for
each object. All the references in the path are absolute.
list
infostructs - the ObjectInfo data for each object.
-
-
Constructor Summary
Constructors Constructor Description GetObjectInfo3Results()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>>getInfos()List<ObjectInfo>getInfostructs()List<List<String>>getPaths()voidsetAdditionalProperties(String name, Object value)voidsetInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)voidsetInfostructs(List<ObjectInfo> infostructs)voidsetPaths(List<List<String>> paths)StringtoString()GetObjectInfo3ResultswithInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)GetObjectInfo3ResultswithInfostructs(List<ObjectInfo> infostructs)GetObjectInfo3ResultswithPaths(List<List<String>> paths)
-
-
-
Method Detail
-
getInfos
public List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> getInfos()
-
setInfos
public void setInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)
-
withInfos
public GetObjectInfo3Results withInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)
-
withPaths
public GetObjectInfo3Results withPaths(List<List<String>> paths)
-
getInfostructs
public List<ObjectInfo> getInfostructs()
-
setInfostructs
public void setInfostructs(List<ObjectInfo> infostructs)
-
withInfostructs
public GetObjectInfo3Results withInfostructs(List<ObjectInfo> infostructs)
-
-