Package com.pubmatic.sdk.common.network
Class POBResponse.Success
-
- All Implemented Interfaces:
public final class POBResponse.Success extends POBResponse
Represents a successful response.
-
-
Constructor Summary
Constructors Constructor Description POBResponse.Success(String response)
-
Method Summary
Modifier and Type Method Description final StringgetResponse()The response string. -
-
Constructor Detail
-
POBResponse.Success
POBResponse.Success(String response)
-
-
Method Detail
-
getResponse
final String getResponse()
The response string.
-
-
-
-