Package io.voucherify.client.model
Class LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
java.lang.Object
io.voucherify.client.model.LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
extends Object
Defines the cost of the reward.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_LOYALTY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
public LoyaltiesRewardsUpdateAssignmentResponseBodyParameters()
-
-
Method Details
-
loyalty
-
getLoyalty
Get loyalty- Returns:
- loyalty
-
setLoyalty
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static LoyaltiesRewardsUpdateAssignmentResponseBodyParameters fromJson(String jsonString) throws IOException Create an instance of LoyaltiesRewardsUpdateAssignmentResponseBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltiesRewardsUpdateAssignmentResponseBodyParameters
-
toJson
Convert an instance of LoyaltiesRewardsUpdateAssignmentResponseBodyParameters to an JSON string- Returns:
- JSON string
-