Package model
Class ConfigurationDetailsCashbackOptionsManualEntry
java.lang.Object
model.ConfigurationDetailsCashbackOptionsManualEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ConfigurationDetailsCashbackOptionsManualEntry
extends Object
ConfigurationDetailsCashbackOptionsManualEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountIncrement(Long amountIncrement) booleanCreate an instance of ConfigurationDetailsCashbackOptionsManualEntry given an JSON stringGet amountIncrementGet maximumAmountinthashCode()maximumAmount(Long maximumAmount) voidsetAmountIncrement(Long amountIncrement) voidsetMaximumAmount(Long maximumAmount) toJson()Convert an instance of ConfigurationDetailsCashbackOptionsManualEntry to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_AMOUNT_INCREMENT
- See Also:
-
SERIALIZED_NAME_MAXIMUM_AMOUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ConfigurationDetailsCashbackOptionsManualEntry
public ConfigurationDetailsCashbackOptionsManualEntry()
-
-
Method Details
-
amountIncrement
-
getAmountIncrement
Get amountIncrement- Returns:
- amountIncrement
-
setAmountIncrement
-
maximumAmount
-
getMaximumAmount
Get maximumAmount- Returns:
- maximumAmount
-
setMaximumAmount
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ConfigurationDetailsCashbackOptionsManualEntry
-
fromJson
public static ConfigurationDetailsCashbackOptionsManualEntry fromJson(String jsonString) throws IOException Create an instance of ConfigurationDetailsCashbackOptionsManualEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ConfigurationDetailsCashbackOptionsManualEntry
- Throws:
IOException- if the JSON string is invalid with respect to ConfigurationDetailsCashbackOptionsManualEntry
-
toJson
Convert an instance of ConfigurationDetailsCashbackOptionsManualEntry to an JSON string- Returns:
- JSON string
-