public class CardListForPpvOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CardListForPpvOutputModel.Cards |
Constructor and Description |
---|
CardListForPpvOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanSaveCard()
This Method is use to get the canSaveCard
|
java.util.List<CardListForPpvOutputModel.Cards> |
getCards()
This Method is use to get the cards list
|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getCanSaveCard()
@Nullable public java.util.List<CardListForPpvOutputModel.Cards> getCards()