Package model
Class ConfigurationDetailsCashbackOptionsManualEntry
- java.lang.Object
-
- model.ConfigurationDetailsCashbackOptionsManualEntry
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ConfigurationDetailsCashbackOptionsManualEntry extends Object
ConfigurationDetailsCashbackOptionsManualEntry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationDetailsCashbackOptionsManualEntry.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AMOUNT_INCREMENTstatic StringSERIALIZED_NAME_MAXIMUM_AMOUNT
-
Constructor Summary
Constructors Constructor Description ConfigurationDetailsCashbackOptionsManualEntry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationDetailsCashbackOptionsManualEntryamountIncrement(Long amountIncrement)booleanequals(Object o)static ConfigurationDetailsCashbackOptionsManualEntryfromJson(String jsonString)Create an instance of ConfigurationDetailsCashbackOptionsManualEntry given an JSON stringLonggetAmountIncrement()Get amountIncrementLonggetMaximumAmount()Get maximumAmountinthashCode()ConfigurationDetailsCashbackOptionsManualEntrymaximumAmount(Long maximumAmount)voidsetAmountIncrement(Long amountIncrement)voidsetMaximumAmount(Long maximumAmount)StringtoJson()Convert an instance of ConfigurationDetailsCashbackOptionsManualEntry to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_AMOUNT_INCREMENT
public static final String SERIALIZED_NAME_AMOUNT_INCREMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAXIMUM_AMOUNT
public static final String SERIALIZED_NAME_MAXIMUM_AMOUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
amountIncrement
public ConfigurationDetailsCashbackOptionsManualEntry amountIncrement(Long amountIncrement)
-
getAmountIncrement
@Nullable public Long getAmountIncrement()
Get amountIncrement- Returns:
- amountIncrement
-
setAmountIncrement
public void setAmountIncrement(Long amountIncrement)
-
maximumAmount
public ConfigurationDetailsCashbackOptionsManualEntry maximumAmount(Long maximumAmount)
-
setMaximumAmount
public void setMaximumAmount(Long maximumAmount)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
public String toJson()
Convert an instance of ConfigurationDetailsCashbackOptionsManualEntry to an JSON string- Returns:
- JSON string
-
-