@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-10-17T14:26:30.480+05:30") public class TssV2PostEmvTags200ResponseEmvTagBreakdownList extends Object
| Constructor and Description |
|---|
TssV2PostEmvTags200ResponseEmvTagBreakdownList() |
| Modifier and Type | Method and Description |
|---|---|
TssV2PostEmvTags200ResponseEmvTagBreakdownList |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Description of tag.
|
Integer |
getLength()
Tag length in bytes.
|
String |
getName()
Name of tag.
|
String |
getTag()
Hexadecimal code of tag.
|
String |
getValue()
Hexadecimal value contained in the tag, masked data is represented by an 'X'.
|
int |
hashCode() |
TssV2PostEmvTags200ResponseEmvTagBreakdownList |
length(Integer length) |
TssV2PostEmvTags200ResponseEmvTagBreakdownList |
name(String name) |
void |
setDescription(String description) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setTag(String tag) |
void |
setValue(String value) |
TssV2PostEmvTags200ResponseEmvTagBreakdownList |
tag(String tag) |
String |
toString() |
TssV2PostEmvTags200ResponseEmvTagBreakdownList |
value(String value) |
public TssV2PostEmvTags200ResponseEmvTagBreakdownList()
public TssV2PostEmvTags200ResponseEmvTagBreakdownList tag(String tag)
public String getTag()
public void setTag(String tag)
public TssV2PostEmvTags200ResponseEmvTagBreakdownList name(String name)
public String getName()
public void setName(String name)
public TssV2PostEmvTags200ResponseEmvTagBreakdownList length(Integer length)
public Integer getLength()
public void setLength(Integer length)
public TssV2PostEmvTags200ResponseEmvTagBreakdownList value(String value)
public String getValue()
public void setValue(String value)
public TssV2PostEmvTags200ResponseEmvTagBreakdownList description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.