Package io.trippay.sdk.payment.model
Class RemoveEntryResponse
java.lang.Object
io.trippay.sdk.payment.model.RemoveEntryResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T15:20:29.359634909+07:00[Asia/Bangkok]")
public class RemoveEntryResponse
extends Object
Response object for when a system document is removed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Identifier of removed documentMessage with additional information; mostly if the removal request was a failure.Whether the removal was successful or not.inthashCode()voidvoidsetMessage(String message) voidsetSuccess(Boolean success) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
RemoveEntryResponse
public RemoveEntryResponse()
-
-
Method Details
-
id
-
getId
Identifier of removed document- Returns:
- id
-
setId
-
success
-
getSuccess
Whether the removal was successful or not.- Returns:
- success
-
setSuccess
-
message
-
getMessage
Message with additional information; mostly if the removal request was a failure.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-