Package com.mercadopago.net
Class MPResource
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- Direct Known Subclasses:
CardToken
,Customer
,CustomerCard
,IdentificationType
,MerchantOrder
,MPElementsResourcesPage
,MPResourceList
,MPResultsResourcesPage
,OauthCredential
,Payment
,PaymentMethod
,PaymentRefund
,PointCancelPaymentIntent
,PointDeviceOperatingMode
,PointDevices
,PointPaymentIntent
,PointPaymentIntentList
,PointSearchPaymentIntent
,PointStatusPaymentIntent
,Preapproval
,Preference
,PreferenceSearch
,User
public class MPResource extends Object
MPResource class.
-
-
Constructor Summary
Constructors Constructor Description MPResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
MPResponse
getResponse()
int
hashCode()
void
setResponse(MPResponse response)
String
toString()
-
-
-
Method Detail
-
getResponse
public MPResponse getResponse()
-
setResponse
public void setResponse(MPResponse response)
-
canEqual
protected boolean canEqual(Object other)
-
-