Package travel.wink.sdk.payment.model
Class SendInvitationResponse
java.lang.Object
travel.wink.sdk.payment.model.SendInvitationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-29T13:21:24.200164+07:00[Asia/Bangkok]")
public class SendInvitationResponse
extends Object
SendInvitationResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) boolean@NotNull StringShort description of success / failure@NotNull BooleanWhether request was successfulinthashCode()voidsetDescription(String description) voidsetSuccess(Boolean success) toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
SendInvitationResponse
public SendInvitationResponse()
-
-
Method Details
-
success
-
getSuccess
Whether request was successful- Returns:
- success
-
setSuccess
-
description
-
getDescription
Short description of success / failure- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-