public class IdCard extends Object implements Serializable
| 构造器和说明 |
|---|
IdCard() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cards> |
getCards() |
String |
getRequest_id() |
int |
getTime_used() |
void |
setCards(List<Cards> cards) |
void |
setRequest_id(String request_id) |
void |
setTime_used(int time_used) |
private String request_id
private int time_used
Copyright © 2020. All rights reserved.