public class GetSessionResponse extends Resource
| Constructor and Description |
|---|
GetSessionResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Acs |
getAcs() |
java.lang.Long |
getAmount() |
java.lang.Boolean |
getApproved() |
Category |
getAuthenticationCategory() |
java.time.Instant |
getAuthenticationDate() |
AuthenticationType |
getAuthenticationType() |
CardInfo |
getCard() |
java.lang.String |
getCardholderInfo() |
DsPublicKeys |
getCertificates() |
java.lang.Boolean |
getChallenged() |
ChallengeIndicator |
getChallengeIndicator() |
java.lang.Boolean |
getCompleted() |
java.lang.String |
getCryptogram() |
Currency |
getCurrency() |
java.lang.String |
getCustomerIp() |
Ds |
getDs() |
java.lang.String |
getEci() |
ThreeDSExemption |
getExemption() |
ThreeDSFlowType |
getFlowType() |
java.lang.String |
getId() |
Installment |
getInstallment() |
java.util.List<NextAction> |
getNextActions() |
java.lang.String |
getPareq() |
java.lang.String |
getProtocolVersion() |
Recurring |
getRecurring() |
java.lang.String |
getReference() |
ResponseCode |
getResponseCode() |
java.lang.String |
getResponseStatusReason() |
SessionScheme |
getScheme() |
SchemeInfo |
getSchemeInfo() |
java.lang.String |
getSessionSecret() |
SessionStatus |
getStatus() |
StatusReason |
getStatusReason() |
java.lang.String |
getTransactionId() |
TransactionType |
getTransactionType() |
java.lang.String |
getXid() |
int |
hashCode() |
void |
setAcs(Acs acs) |
void |
setAmount(java.lang.Long amount) |
void |
setApproved(java.lang.Boolean approved) |
void |
setAuthenticationCategory(Category authenticationCategory) |
void |
setAuthenticationDate(java.time.Instant authenticationDate) |
void |
setAuthenticationType(AuthenticationType authenticationType) |
void |
setCard(CardInfo card) |
void |
setCardholderInfo(java.lang.String cardholderInfo) |
void |
setCertificates(DsPublicKeys certificates) |
void |
setChallenged(java.lang.Boolean challenged) |
void |
setChallengeIndicator(ChallengeIndicator challengeIndicator) |
void |
setCompleted(java.lang.Boolean completed) |
void |
setCryptogram(java.lang.String cryptogram) |
void |
setCurrency(Currency currency) |
void |
setCustomerIp(java.lang.String customerIp) |
void |
setDs(Ds ds) |
void |
setEci(java.lang.String eci) |
void |
setExemption(ThreeDSExemption exemption) |
void |
setFlowType(ThreeDSFlowType flowType) |
void |
setId(java.lang.String id) |
void |
setInstallment(Installment installment) |
void |
setNextActions(java.util.List<NextAction> nextActions) |
void |
setPareq(java.lang.String pareq) |
void |
setProtocolVersion(java.lang.String protocolVersion) |
void |
setRecurring(Recurring recurring) |
void |
setReference(java.lang.String reference) |
void |
setResponseCode(ResponseCode responseCode) |
void |
setResponseStatusReason(java.lang.String responseStatusReason) |
void |
setScheme(SessionScheme scheme) |
void |
setSchemeInfo(SchemeInfo schemeInfo) |
void |
setSessionSecret(java.lang.String sessionSecret) |
void |
setStatus(SessionStatus status) |
void |
setStatusReason(StatusReason statusReason) |
void |
setTransactionId(java.lang.String transactionId) |
void |
setTransactionType(TransactionType transactionType) |
void |
setXid(java.lang.String xid) |
java.lang.String |
toString() |
getLink, getLinks, getSelfLink, setLinksgetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic java.lang.String getId()
public java.lang.String getSessionSecret()
public java.lang.String getTransactionId()
public SessionScheme getScheme()
public java.lang.Long getAmount()
public Currency getCurrency()
public java.lang.Boolean getCompleted()
public java.lang.Boolean getChallenged()
public AuthenticationType getAuthenticationType()
public Category getAuthenticationCategory()
public DsPublicKeys getCertificates()
public SessionStatus getStatus()
public StatusReason getStatusReason()
public java.lang.Boolean getApproved()
public java.lang.String getProtocolVersion()
public java.lang.String getReference()
public TransactionType getTransactionType()
public java.util.List<NextAction> getNextActions()
public Ds getDs()
public Acs getAcs()
public ResponseCode getResponseCode()
public java.lang.String getResponseStatusReason()
public java.lang.String getPareq()
public java.lang.String getCryptogram()
public java.lang.String getEci()
public java.lang.String getXid()
public java.lang.String getCardholderInfo()
public CardInfo getCard()
public Recurring getRecurring()
public Installment getInstallment()
public java.lang.String getCustomerIp()
public java.time.Instant getAuthenticationDate()
public ThreeDSExemption getExemption()
public ThreeDSFlowType getFlowType()
public ChallengeIndicator getChallengeIndicator()
public SchemeInfo getSchemeInfo()
public void setId(java.lang.String id)
public void setSessionSecret(java.lang.String sessionSecret)
public void setTransactionId(java.lang.String transactionId)
public void setScheme(SessionScheme scheme)
public void setAmount(java.lang.Long amount)
public void setCurrency(Currency currency)
public void setCompleted(java.lang.Boolean completed)
public void setChallenged(java.lang.Boolean challenged)
public void setAuthenticationType(AuthenticationType authenticationType)
public void setAuthenticationCategory(Category authenticationCategory)
public void setCertificates(DsPublicKeys certificates)
public void setStatus(SessionStatus status)
public void setStatusReason(StatusReason statusReason)
public void setApproved(java.lang.Boolean approved)
public void setProtocolVersion(java.lang.String protocolVersion)
public void setReference(java.lang.String reference)
public void setTransactionType(TransactionType transactionType)
public void setNextActions(java.util.List<NextAction> nextActions)
public void setDs(Ds ds)
public void setAcs(Acs acs)
public void setResponseCode(ResponseCode responseCode)
public void setResponseStatusReason(java.lang.String responseStatusReason)
public void setPareq(java.lang.String pareq)
public void setCryptogram(java.lang.String cryptogram)
public void setEci(java.lang.String eci)
public void setXid(java.lang.String xid)
public void setCardholderInfo(java.lang.String cardholderInfo)
public void setCard(CardInfo card)
public void setRecurring(Recurring recurring)
public void setInstallment(Installment installment)
public void setCustomerIp(java.lang.String customerIp)
public void setAuthenticationDate(java.time.Instant authenticationDate)
public void setExemption(ThreeDSExemption exemption)
public void setFlowType(ThreeDSFlowType flowType)
public void setChallengeIndicator(ChallengeIndicator challengeIndicator)
public void setSchemeInfo(SchemeInfo schemeInfo)