Package travel.wink.sdk.affiliate.model
Class RemoveEntryResponse
java.lang.Object
travel.wink.sdk.affiliate.model.RemoveEntryResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:17:15.847873815+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
-