Package travel.wink.sdk.extranet.model
Class RemoveListEntriesResponse
java.lang.Object
travel.wink.sdk.extranet.model.RemoveListEntriesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-29T13:20:57.452361+07:00[Asia/Bangkok]")
public class RemoveListEntriesResponse
extends Object
RemoveListEntriesResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdsItem(String idsItem) booleangetIds()Identifiers of records that were removedTextual message indicating the success or failure of the command.Indicates whether remove request was successful or notinthashCode()voidvoidsetMessage(String message) voidsetSuccess(Boolean success) toString()
-
Field Details
-
JSON_PROPERTY_IDS
- See Also:
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
RemoveListEntriesResponse
public RemoveListEntriesResponse()
-
-
Method Details
-
ids
-
addIdsItem
-
getIds
Identifiers of records that were removed- Returns:
- ids
-
setIds
-
success
-
getSuccess
Indicates whether remove request was successful or not- Returns:
- success
-
setSuccess
-
message
-
getMessage
Textual message indicating the success or failure of the command. Mostly used to indicate when there was an error.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-