Package us.kbase.workspace
Class GetObjectInfo3Results
- java.lang.Object
-
- us.kbase.workspace.GetObjectInfo3Results
-
@Generated("com.googlecode.jsonschema2pojo") public class GetObjectInfo3Results extends Object
Original spec-file type: GetObjectInfo3Results
Output from the get_object_info3 function. list
infos - 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()
void
setAdditionalProperties(String name, Object value)
void
setInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)
void
setInfostructs(List<ObjectInfo> infostructs)
void
setPaths(List<List<String>> paths)
String
toString()
GetObjectInfo3Results
withInfos(List<Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>>> infos)
GetObjectInfo3Results
withInfostructs(List<ObjectInfo> infostructs)
GetObjectInfo3Results
withPaths(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)
-
-