public class ScoringSettings
extends java.lang.Object
implements java.io.Serializable
PCUsersManager.getScoringSettings(PCUser, PCGetScoringSettingsCallback)
Constructor and Description |
---|
ScoringSettings() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Dictionary of attributes to be additionally passed to GIB Mobile SDK
|
java.util.List<java.lang.String> |
getCapabilities()
List of capabilities (GIB Mobile SDK functionalities) to be enabled
|
java.lang.String |
getCustomerId()
Customer ID to be passed to GIB Mobile SDK
|
java.lang.String |
getGibSID()
Session id.
|
java.lang.String |
getLogUrl()
Logs URL to be passed to GIB Mobile SDK
|
java.lang.String |
getTargetUrl()
Target URL to be passed to GIB Mobile SDK
|
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Sets a new dictionary of attributes.
Normally, app does not have to use this method unless scoring settings are being deserialized |
void |
setCapabilities(java.util.List<java.lang.String> capabilities)
Sets a new list of capabilities.
Normally, app does not have to use this method unless scoring settings are being deserialized |
void |
setCustomerId(java.lang.String customerId)
Sets a new customer ID.
Normally, app does not have to use this method unless scoring settings are being deserialized |
void |
setGibSID(java.lang.String gibSID)
Sets session id which was supplied by the app to GIB Mobile SDK
|
void |
setLogUrl(java.lang.String logUrl)
Sets a new logs URL.
Normally, app does not have to use this method unless scoring settings are being deserialized |
void |
setTargetUrl(java.lang.String targetUrl)
Sets a new logs Target URL.
Normally, app does not have to use this method unless scoring settings are being deserialized |
public java.lang.String getGibSID()
ScoringSettings
from
PCUsersManager.getScoringSettings(PCUser, PCGetScoringSettingsCallback)
. This value should be set by
app via setGibSID(String)
before confirming transactions with scoring checksetGibSID(String)
public void setGibSID(java.lang.String gibSID)
gibSID
- The same session ID as passed to GIB Mobile SDKpublic java.lang.String getLogUrl()
public void setLogUrl(java.lang.String logUrl)
logUrl
- new logs URLpublic java.lang.String getTargetUrl()
public void setTargetUrl(java.lang.String targetUrl)
targetUrl
- new target URLpublic java.lang.String getCustomerId()
public void setCustomerId(java.lang.String customerId)
customerId
- new customer IDpublic java.util.List<java.lang.String> getCapabilities()
public void setCapabilities(java.util.List<java.lang.String> capabilities)
capabilities
- New capabilitiespublic java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes
- New attributes