Package io.voucherify.client.model
Class ValidationsValidateResponseBodyRedeemablesItemResultDetails
java.lang.Object
io.voucherify.client.model.ValidationsValidateResponseBodyRedeemablesItemResultDetails
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ValidationsValidateResponseBodyRedeemablesItemResultDetails
extends Object
ValidationsValidateResponseBodyRedeemablesItemResultDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of ValidationsValidateResponseBodyRedeemablesItemResultDetails given an JSON stringgetKey()Get keyGet messageinthashCode()voidvoidsetMessage(String message) toJson()Convert an instance of ValidationsValidateResponseBodyRedeemablesItemResultDetails to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ValidationsValidateResponseBodyRedeemablesItemResultDetails
public ValidationsValidateResponseBodyRedeemablesItemResultDetails()
-
-
Method Details
-
key
-
getKey
-
setKey
-
message
-
getMessage
-
setMessage
-
equals
-
hashCode
-
toString
-
fromJson
public static ValidationsValidateResponseBodyRedeemablesItemResultDetails fromJson(String jsonString) throws IOException Create an instance of ValidationsValidateResponseBodyRedeemablesItemResultDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ValidationsValidateResponseBodyRedeemablesItemResultDetails
- Throws:
IOException- if the JSON string is invalid with respect to ValidationsValidateResponseBodyRedeemablesItemResultDetails
-
toJson
Convert an instance of ValidationsValidateResponseBodyRedeemablesItemResultDetails to an JSON string- Returns:
- JSON string
-