Package com.naver.ads.network
Class DefaultResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DefaultResponse implements Parcelable
The response containing only raw body that are not deserialized
-
-
Constructor Summary
Constructors Constructor Description DefaultResponse(String rawBody)Constructs a new DefaultResponse instance.
-
Method Summary
Modifier and Type Method Description final StringgetRawBody()the body that are not deserialized. -
-
Constructor Detail
-
DefaultResponse
DefaultResponse(String rawBody)
Constructs a new DefaultResponse instance.
-
-
Method Detail
-
getRawBody
final String getRawBody()
the body that are not deserialized.
-
-
-
-