Package org.openapitools.client.models
Class StopLiveResponse
-
- All Implemented Interfaces:
public final class StopLiveResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final CallResponsecallprivate final Stringduration
-
Constructor Summary
Constructors Constructor Description StopLiveResponse(CallResponse call, String duration)
-
Method Summary
Modifier and Type Method Description final CallResponsegetCall()final StringgetDuration()-
-
Constructor Detail
-
StopLiveResponse
StopLiveResponse(CallResponse call, String duration)
- Parameters:
duration- Duration of the request in human-readable format
-
-
Method Detail
-
getCall
final CallResponse getCall()
-
getDuration
final String getDuration()
-
-
-
-