public class HTCashbillSearchResult extends Object implements Serializable
| Constructor and Description |
|---|
HTCashbillSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCode()
응답코드 확인
|
List<HTCashbill> |
getList()
전자(세금)계산서 요약 정보 확인
|
String |
getMessage()
응답 메시지 확인
|
long |
getPageCount()
페이지 개수 확인
|
long |
getPageNum()
페이지 번호 확인
|
long |
getPerPage()
페이지당 검색 건수 확인
|
long |
getTotal()
총 검색결과 건수 확인
|
public long getCode()
public long getTotal()
public long getPerPage()
public long getPageNum()
public long getPageCount()
public String getMessage()
public List<HTCashbill> getList()
Copyright © 2023. All rights reserved.