Package io.sendon.model
Class GetPaymentHistoriesResponseData
- java.lang.Object
-
- io.sendon.model.GetPaymentHistoriesResponseData
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class GetPaymentHistoriesResponseData extends Object
GetPaymentHistoriesResponseData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPaymentHistoriesResponseData.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CURRENT_PAGEstatic StringSERIALIZED_NAME_HAS_NEXT_PAGEstatic StringSERIALIZED_NAME_HISTORIESstatic StringSERIALIZED_NAME_TOTAL_COUNTstatic StringSERIALIZED_NAME_TOTAL_PAGES
-
Constructor Summary
Constructors Constructor Description GetPaymentHistoriesResponseData()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_HISTORIES
public static final String SERIALIZED_NAME_HISTORIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_COUNT
public static final String SERIALIZED_NAME_TOTAL_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_PAGES
public static final String SERIALIZED_NAME_TOTAL_PAGES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CURRENT_PAGE
public static final String SERIALIZED_NAME_CURRENT_PAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HAS_NEXT_PAGE
public static final String SERIALIZED_NAME_HAS_NEXT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
histories
public GetPaymentHistoriesResponseData histories(List<GetPaymentHistoriesResponseDataHistoriesInner> histories)
-
addHistoriesItem
public GetPaymentHistoriesResponseData addHistoriesItem(GetPaymentHistoriesResponseDataHistoriesInner historiesItem)
-
getHistories
@Nonnull public List<GetPaymentHistoriesResponseDataHistoriesInner> getHistories()
Get histories- Returns:
- histories
-
setHistories
public void setHistories(List<GetPaymentHistoriesResponseDataHistoriesInner> histories)
-
totalCount
public GetPaymentHistoriesResponseData totalCount(BigDecimal totalCount)
-
getTotalCount
@Nonnull public BigDecimal getTotalCount()
전체 결제 이력 수- Returns:
- totalCount
-
setTotalCount
public void setTotalCount(BigDecimal totalCount)
-
totalPages
public GetPaymentHistoriesResponseData totalPages(BigDecimal totalPages)
-
getTotalPages
@Nonnull public BigDecimal getTotalPages()
전체 페이지 수- Returns:
- totalPages
-
setTotalPages
public void setTotalPages(BigDecimal totalPages)
-
currentPage
public GetPaymentHistoriesResponseData currentPage(BigDecimal currentPage)
-
getCurrentPage
@Nonnull public BigDecimal getCurrentPage()
현재 페이지 번호- Returns:
- currentPage
-
setCurrentPage
public void setCurrentPage(BigDecimal currentPage)
-
hasNextPage
public GetPaymentHistoriesResponseData hasNextPage(Boolean hasNextPage)
-
setHasNextPage
public void setHasNextPage(Boolean hasNextPage)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetPaymentHistoriesResponseData
-
fromJson
public static GetPaymentHistoriesResponseData fromJson(String jsonString) throws IOException
Create an instance of GetPaymentHistoriesResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetPaymentHistoriesResponseData
- Throws:
IOException- if the JSON string is invalid with respect to GetPaymentHistoriesResponseData
-
toJson
public String toJson()
Convert an instance of GetPaymentHistoriesResponseData to an JSON string- Returns:
- JSON string
-
-