Package com.checkout.sessions
Class CreateSessionOkResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.sessions.GetSessionResponse
-
- com.checkout.sessions.CreateSessionOkResponse
-
public final class CreateSessionOkResponse extends GetSessionResponse
-
-
Constructor Summary
Constructors Constructor Description CreateSessionOkResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.checkout.sessions.GetSessionResponse
getAcs, getAmount, getApproved, getAuthenticationCategory, getAuthenticationDate, getAuthenticationType, getCard, getCardholderAccountInfo, getCardholderInfo, getCertificates, getChallenged, getChallengeIndicator, getCompleted, getCryptogram, getCurrency, getCustomerIp, getDs, getEci, getExemption, getFlowType, getId, getInitialTransaction, getInstallment, getMerchantRiskInfo, getNextActions, getOptimization, getPareq, getProtocolVersion, getRecurring, getReference, getResponseCode, getResponseStatusReason, getScheme, getSchemeInfo, getSessionSecret, getStatus, getStatusReason, getTransactionId, getTransactionType, getXid, setAcs, setAmount, setApproved, setAuthenticationCategory, setAuthenticationDate, setAuthenticationType, setCard, setCardholderAccountInfo, setCardholderInfo, setCertificates, setChallenged, setChallengeIndicator, setCompleted, setCryptogram, setCurrency, setCustomerIp, setDs, setEci, setExemption, setFlowType, setId, setInitialTransaction, setInstallment, setMerchantRiskInfo, setNextActions, setOptimization, setPareq, setProtocolVersion, setRecurring, setReference, setResponseCode, setResponseStatusReason, setScheme, setSchemeInfo, setSessionSecret, setStatus, setStatusReason, setTransactionId, setTransactionType, setXid
-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classGetSessionResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classGetSessionResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGetSessionResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classGetSessionResponse
-
-