-
public final class FloconNetworkCallResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfloconCallIdprivate final FloconNetworkResponseresponseprivate final DoubledurationMsprivate final StringfloconNetworkTypeprivate final BooleanisMocked
-
Constructor Summary
Constructors Constructor Description FloconNetworkCallResponse(String floconCallId, FloconNetworkResponse response, Double durationMs, String floconNetworkType, Boolean isMocked)
-
Method Summary
Modifier and Type Method Description final StringgetFloconCallId()final FloconNetworkResponsegetResponse()final DoublegetDurationMs()final StringgetFloconNetworkType()final BooleangetIsMocked()-
-
Constructor Detail
-
FloconNetworkCallResponse
FloconNetworkCallResponse(String floconCallId, FloconNetworkResponse response, Double durationMs, String floconNetworkType, Boolean isMocked)
-
-
Method Detail
-
getFloconCallId
final String getFloconCallId()
-
getResponse
final FloconNetworkResponse getResponse()
-
getDurationMs
final Double getDurationMs()
-
getFloconNetworkType
final String getFloconNetworkType()
-
getIsMocked
final Boolean getIsMocked()
-
-
-
-