public class SessionResponse extends Object
| Constructor and Description |
|---|
SessionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetUrl()
The datacenter-specific base url for assets.
|
String |
getClientApiUrl()
The datacenter-specific base url for client requests.
|
String |
getClientSessionId()
The identifier of the session that has been created.
|
String |
getCustomerId()
The session is built up around the customer in the form of the customerId.
|
List<String> |
getInvalidTokens()
Tokens that are submitted in the request are validated.
|
void |
setAssetUrl(String value)
The datacenter-specific base url for assets.
|
void |
setClientApiUrl(String value)
The datacenter-specific base url for client requests.
|
void |
setClientSessionId(String value)
The identifier of the session that has been created.
|
void |
setCustomerId(String value)
The session is built up around the customer in the form of the customerId.
|
void |
setInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
SessionResponse |
withAssetUrl(String value)
The datacenter-specific base url for assets.
|
SessionResponse |
withClientApiUrl(String value)
The datacenter-specific base url for client requests.
|
SessionResponse |
withClientSessionId(String value)
The identifier of the session that has been created.
|
SessionResponse |
withCustomerId(String value)
The session is built up around the customer in the form of the customerId.
|
SessionResponse |
withInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
public String getAssetUrl()
public void setAssetUrl(String value)
public SessionResponse withAssetUrl(String value)
public String getClientApiUrl()
public void setClientApiUrl(String value)
public SessionResponse withClientApiUrl(String value)
public String getClientSessionId()
public void setClientSessionId(String value)
public SessionResponse withClientSessionId(String value)
public String getCustomerId()
public void setCustomerId(String value)
public SessionResponse withCustomerId(String value)
public List<String> getInvalidTokens()
public void setInvalidTokens(List<String> value)
public SessionResponse withInvalidTokens(List<String> value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.