Class StatusResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class StatusResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringTYPEpublic final static StringPAYLOADpublic final static StringRESULT_CODEpublic final static ModelObject.Serializer<StatusResponse>SERIALIZERprivate Stringtypeprivate Stringpayloadprivate StringresultCode
-
Constructor Summary
Constructors Constructor Description StatusResponse(String type, String payload, String resultCode)
-
Method Summary
Modifier and Type Method Description final StringgetType()final UnitsetType(String type)final StringgetPayload()final UnitsetPayload(String payload)final StringgetResultCode()final UnitsetResultCode(String resultCode)-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPayload
final String getPayload()
-
setPayload
final Unit setPayload(String payload)
-
getResultCode
final String getResultCode()
-
setResultCode
final Unit setResultCode(String resultCode)
-
-
-
-