Class TokenizationData
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.rcsbusinessmessaging.v1.model.TokenizationData
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class TokenizationData extends com.google.api.client.json.GenericJsonTokenization information for the payment request.This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the RCS Business Messaging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Constructor Summary
Constructors Constructor Description TokenizationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenizationDataclone()java.util.Map<java.lang.String,java.lang.String>getParameters()Tokenization parameters, such as the public key.java.lang.StringgetTokenizationType()The tokenization type for the payment processing provider.TokenizationDataset(java.lang.String fieldName, java.lang.Object value)TokenizationDatasetParameters(java.util.Map<java.lang.String,java.lang.String> parameters)Tokenization parameters, such as the public key.TokenizationDatasetTokenizationType(java.lang.String tokenizationType)The tokenization type for the payment processing provider.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
-
-
-
Method Detail
-
getParameters
public java.util.Map<java.lang.String,java.lang.String> getParameters()
Tokenization parameters, such as the public key.- Returns:
- value or
nullfor none
-
setParameters
public TokenizationData setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Tokenization parameters, such as the public key.- Parameters:
parameters- parameters ornullfor none
-
getTokenizationType
public java.lang.String getTokenizationType()
The tokenization type for the payment processing provider.- Returns:
- value or
nullfor none
-
setTokenizationType
public TokenizationData setTokenizationType(java.lang.String tokenizationType)
The tokenization type for the payment processing provider.- Parameters:
tokenizationType- tokenizationType ornullfor none
-
set
public TokenizationData set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public TokenizationData clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-