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 build up around the customer in the form of the customerId.
|
List<String> |
getInvalidTokens()
Tokens that are submitted in the request are validated.
|
String |
getRegion()
Possible values:
|
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 build up around the customer in the form of the customerId.
|
void |
setInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
void |
setRegion(String value)
Possible values:
|
public String getAssetUrl()
public void setAssetUrl(String value)
public String getClientApiUrl()
public void setClientApiUrl(String value)
public String getClientSessionId()
public void setClientSessionId(String value)
public String getCustomerId()
public void setCustomerId(String value)
public List<String> getInvalidTokens()
public void setInvalidTokens(List<String> value)
public String getRegion()
public void setRegion(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.