Package io.voucherify.client.model
Class LoyaltiesRewardsGetResponseBodyParameters
java.lang.Object
io.voucherify.client.model.LoyaltiesRewardsGetResponseBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltiesRewardsGetResponseBodyParameters
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
-
LoyaltiesRewardsGetResponseBodyParameters
public LoyaltiesRewardsGetResponseBodyParameters()
-
-
Method Details
-
loyalty
public LoyaltiesRewardsGetResponseBodyParameters loyalty(LoyaltiesRewardsGetResponseBodyParametersLoyalty loyalty) -
getLoyalty
Get loyalty- Returns:
- loyalty
-
setLoyalty
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static LoyaltiesRewardsGetResponseBodyParameters fromJson(String jsonString) throws IOException Create an instance of LoyaltiesRewardsGetResponseBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltiesRewardsGetResponseBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltiesRewardsGetResponseBodyParameters
-
toJson
Convert an instance of LoyaltiesRewardsGetResponseBodyParameters to an JSON string- Returns:
- JSON string
-