public final class Issuer
extends com.google.api.client.json.GenericJson
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 Google Wallet API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Issuer() |
Modifier and Type | Method and Description |
---|---|
Issuer |
clone() |
CallbackOptions |
getCallbackOptions()
Allows the issuer to provide their callback settings.
|
IssuerContactInfo |
getContactInfo()
Issuer contact information.
|
String |
getHomepageUrl()
URL for the issuer's home page.
|
Long |
getIssuerId()
The unique identifier for an issuer account.
|
String |
getName()
The account name of the issuer.
|
SmartTapMerchantData |
getSmartTapMerchantData()
Available only to Smart Tap enabled partners.
|
Issuer |
set(String fieldName,
Object value) |
Issuer |
setCallbackOptions(CallbackOptions callbackOptions)
Allows the issuer to provide their callback settings.
|
Issuer |
setContactInfo(IssuerContactInfo contactInfo)
Issuer contact information.
|
Issuer |
setHomepageUrl(String homepageUrl)
URL for the issuer's home page.
|
Issuer |
setIssuerId(Long issuerId)
The unique identifier for an issuer account.
|
Issuer |
setName(String name)
The account name of the issuer.
|
Issuer |
setSmartTapMerchantData(SmartTapMerchantData smartTapMerchantData)
Available only to Smart Tap enabled partners.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public CallbackOptions getCallbackOptions()
null
for nonepublic Issuer setCallbackOptions(CallbackOptions callbackOptions)
callbackOptions
- callbackOptions or null
for nonepublic IssuerContactInfo getContactInfo()
null
for nonepublic Issuer setContactInfo(IssuerContactInfo contactInfo)
contactInfo
- contactInfo or null
for nonepublic String getHomepageUrl()
null
for nonepublic Issuer setHomepageUrl(String homepageUrl)
homepageUrl
- homepageUrl or null
for nonepublic Long getIssuerId()
null
for nonepublic Issuer setIssuerId(Long issuerId)
issuerId
- issuerId or null
for nonepublic String getName()
null
for nonepublic Issuer setName(String name)
name
- name or null
for nonepublic SmartTapMerchantData getSmartTapMerchantData()
null
for nonepublic Issuer setSmartTapMerchantData(SmartTapMerchantData smartTapMerchantData)
smartTapMerchantData
- smartTapMerchantData or null
for nonepublic Issuer set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Issuer clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.