Package travel.wink.sdk.affiliate.model
Class BooleanResponseAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.BooleanResponseAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:47:30.893146041+07:00[Asia/Bangkok]")
public class BooleanResponseAffiliate
extends Object
Boolean response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA message indicating more textual information.Whether call to endpoint was successful or not.inthashCode()voidsetMessage(String message) voidsetSuccess(Boolean success) toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
BooleanResponseAffiliate
public BooleanResponseAffiliate()
-
-
Method Details
-
success
-
getSuccess
Whether call to endpoint was successful or not.- Returns:
- success
-
setSuccess
-
message
-
getMessage
A message indicating more textual information. Mostly used to convey an error message.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-