Package io.sendon.model
Class GetPaymentHistoriesResponse
- java.lang.Object
-
- io.sendon.model.GetPaymentHistoriesResponse
-
@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 GetPaymentHistoriesResponse extends Object
결제 히스토리 목록 조회 응답
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPaymentHistoriesResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CODEstatic StringSERIALIZED_NAME_DATAstatic StringSERIALIZED_NAME_MESSAGE
-
Constructor Summary
Constructors Constructor Description GetPaymentHistoriesResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPaymentHistoriesResponsecode(BigDecimal code)GetPaymentHistoriesResponsedata(GetPaymentHistoriesResponseData data)booleanequals(Object o)static GetPaymentHistoriesResponsefromJson(String jsonString)Create an instance of GetPaymentHistoriesResponse given an JSON stringBigDecimalgetCode()요청 처리 결과 코드GetPaymentHistoriesResponseDatagetData()Get dataStringgetMessage()요청 처리 결과에 대한 설명 메시지inthashCode()GetPaymentHistoriesResponsemessage(String message)voidsetCode(BigDecimal code)voidsetData(GetPaymentHistoriesResponseData data)voidsetMessage(String message)StringtoJson()Convert an instance of GetPaymentHistoriesResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATA
public static final String SERIALIZED_NAME_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
code
public GetPaymentHistoriesResponse code(BigDecimal code)
-
getCode
@Nonnull public BigDecimal getCode()
요청 처리 결과 코드- Returns:
- code
-
setCode
public void setCode(BigDecimal code)
-
message
public GetPaymentHistoriesResponse message(String message)
-
setMessage
public void setMessage(String message)
-
data
public GetPaymentHistoriesResponse data(GetPaymentHistoriesResponseData data)
-
getData
@Nonnull public GetPaymentHistoriesResponseData getData()
Get data- Returns:
- data
-
setData
public void setData(GetPaymentHistoriesResponseData data)
-
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 GetPaymentHistoriesResponse
-
fromJson
public static GetPaymentHistoriesResponse fromJson(String jsonString) throws IOException
Create an instance of GetPaymentHistoriesResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetPaymentHistoriesResponse
- Throws:
IOException- if the JSON string is invalid with respect to GetPaymentHistoriesResponse
-
toJson
public String toJson()
Convert an instance of GetPaymentHistoriesResponse to an JSON string- Returns:
- JSON string
-
-