类 P2cQueryMonthCardsResponse
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.business.P2cQueryMonthCardsResponse
Description QueryMonthCardsResponse
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/11 17:41
- 作者:
- wgy
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.icetech.sdk.response.BaseResponse
BaseResponse.ErrorResponse -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets moth cards.Gets total size.voidsetMothCards(List<P2cQueryMonthCardsResponse.MonthCards> mothCards) Sets moth cards.voidsetTotalSize(String totalSize) Sets total size.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
P2cQueryMonthCardsResponse
public P2cQueryMonthCardsResponse()
-
-
方法详细资料
-
getTotalSize
Gets total size.- 返回:
- the total size
-
setTotalSize
Sets total size.- 参数:
totalSize- the total size
-
getMothCards
Gets moth cards.- 返回:
- the moth cards
-
setMothCards
Sets moth cards.- 参数:
mothCards- the moth cards
-