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