Package io.voucherify.client.model
Class RewardsUpdateRequestBodyParameters
java.lang.Object
io.voucherify.client.model.RewardsUpdateRequestBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RewardsUpdateRequestBodyParameters
extends Object
RewardsUpdateRequestBodyParameters
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CAMPAIGN
- See Also:
-
SERIALIZED_NAME_PRODUCT
- See Also:
-
SERIALIZED_NAME_COIN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RewardsUpdateRequestBodyParameters
public RewardsUpdateRequestBodyParameters()
-
-
Method Details
-
campaign
public RewardsUpdateRequestBodyParameters campaign(RewardsUpdateRequestBodyParametersCampaign campaign) -
getCampaign
Get campaign- Returns:
- campaign
-
setCampaign
-
product
public RewardsUpdateRequestBodyParameters product(RewardsUpdateRequestBodyParametersProduct product) -
getProduct
Get product- Returns:
- product
-
setProduct
-
coin
-
getCoin
Get coin- Returns:
- coin
-
setCoin
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of RewardsUpdateRequestBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RewardsUpdateRequestBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to RewardsUpdateRequestBodyParameters
-
toJson
Convert an instance of RewardsUpdateRequestBodyParameters to an JSON string- Returns:
- JSON string
-