@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2001 extends Object
| Constructor and Description |
|---|
InlineResponse2001() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
cardType(String cardType) |
InlineResponse2001 |
discoverableServices(Map<String,Object> discoverableServices) |
boolean |
equals(Object o) |
String |
getCardType()
The card type.
|
Map<String,Object> |
getDiscoverableServices()
Get discoverableServices
|
String |
getKeyId()
The Key ID.
|
String |
getMaskedPan()
The masked card number displaying the first 6 digits and the last 4 digits.
|
String |
getSignature()
Flex-generated digital signature.
|
String |
getSignedFields()
Indicates which fields from the response make up the data that is used when verifying the response signature.
|
Long |
getTimestamp()
The UTC date and time in milliseconds at which the signature was generated.
|
String |
getToken()
The generated token.
|
int |
hashCode() |
InlineResponse2001 |
keyId(String keyId) |
InlineResponse2001 |
maskedPan(String maskedPan) |
InlineResponse2001 |
putDiscoverableServicesItem(String key,
Object discoverableServicesItem) |
void |
setCardType(String cardType) |
void |
setDiscoverableServices(Map<String,Object> discoverableServices) |
void |
setKeyId(String keyId) |
void |
setMaskedPan(String maskedPan) |
void |
setSignature(String signature) |
void |
setSignedFields(String signedFields) |
void |
setTimestamp(Long timestamp) |
void |
setToken(String token) |
InlineResponse2001 |
signature(String signature) |
InlineResponse2001 |
signedFields(String signedFields) |
InlineResponse2001 |
timestamp(Long timestamp) |
InlineResponse2001 |
token(String token) |
String |
toString() |
public InlineResponse2001 keyId(String keyId)
public String getKeyId()
public void setKeyId(String keyId)
public InlineResponse2001 token(String token)
public String getToken()
public void setToken(String token)
public InlineResponse2001 maskedPan(String maskedPan)
public String getMaskedPan()
public void setMaskedPan(String maskedPan)
public InlineResponse2001 cardType(String cardType)
public String getCardType()
public void setCardType(String cardType)
public InlineResponse2001 timestamp(Long timestamp)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public InlineResponse2001 signedFields(String signedFields)
public String getSignedFields()
public void setSignedFields(String signedFields)
public InlineResponse2001 signature(String signature)
public String getSignature()
public void setSignature(String signature)
public InlineResponse2001 discoverableServices(Map<String,Object> discoverableServices)
public InlineResponse2001 putDiscoverableServicesItem(String key, Object discoverableServicesItem)
public Map<String,Object> getDiscoverableServices()
public void setDiscoverableServices(Map<String,Object> discoverableServices)
Copyright © 2018. All rights reserved.