Package travel.wink.sdk.extranet.model
Class RemoveListEntriesResponseSupplier
java.lang.Object
travel.wink.sdk.extranet.model.RemoveListEntriesResponseSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-26T14:36:45.544169528+07:00[Asia/Bangkok]")
public class RemoveListEntriesResponseSupplier
extends Object
RemoveListEntriesResponseSupplier
-
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
-
RemoveListEntriesResponseSupplier
public RemoveListEntriesResponseSupplier()
-
-
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
-