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