Package org.openapitools.client.models
Class GetEdgesResponse
-
- All Implemented Interfaces:
public final class GetEdgesResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdurationprivate final List<EdgeResponse>edges
-
Constructor Summary
Constructors Constructor Description GetEdgesResponse(String duration, List<EdgeResponse> edges)
-
Method Summary
Modifier and Type Method Description final StringgetDuration()final List<EdgeResponse>getEdges()-
-
Constructor Detail
-
GetEdgesResponse
GetEdgesResponse(String duration, List<EdgeResponse> edges)
- Parameters:
duration- Duration of the request in human-readable format
-
-
Method Detail
-
getDuration
final String getDuration()
-
getEdges
final List<EdgeResponse> getEdges()
-
-
-
-