Package model
Class ConfigurationDetailsCashbackOptions
- java.lang.Object
-
- model.ConfigurationDetailsCashbackOptions
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ConfigurationDetailsCashbackOptions extends Object
ConfigurationDetailsCashbackOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigurationDetailsCashbackOptions.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_MANUAL_ENTRYstatic StringSERIALIZED_NAME_SELECTION_AMOUNTS
-
Constructor Summary
Constructors Constructor Description ConfigurationDetailsCashbackOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ConfigurationDetailsCashbackOptionsfromJson(String jsonString)Create an instance of ConfigurationDetailsCashbackOptions given an JSON stringConfigurationDetailsCashbackOptionsManualEntrygetManualEntry()Get manualEntryStringgetSelectionAmounts()Get selectionAmountsinthashCode()ConfigurationDetailsCashbackOptionsmanualEntry(ConfigurationDetailsCashbackOptionsManualEntry manualEntry)ConfigurationDetailsCashbackOptionsselectionAmounts(String selectionAmounts)voidsetManualEntry(ConfigurationDetailsCashbackOptionsManualEntry manualEntry)voidsetSelectionAmounts(String selectionAmounts)StringtoJson()Convert an instance of ConfigurationDetailsCashbackOptions 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_MANUAL_ENTRY
public static final String SERIALIZED_NAME_MANUAL_ENTRY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELECTION_AMOUNTS
public static final String SERIALIZED_NAME_SELECTION_AMOUNTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
manualEntry
public ConfigurationDetailsCashbackOptions manualEntry(ConfigurationDetailsCashbackOptionsManualEntry manualEntry)
-
getManualEntry
@Nullable public ConfigurationDetailsCashbackOptionsManualEntry getManualEntry()
Get manualEntry- Returns:
- manualEntry
-
setManualEntry
public void setManualEntry(ConfigurationDetailsCashbackOptionsManualEntry manualEntry)
-
selectionAmounts
public ConfigurationDetailsCashbackOptions selectionAmounts(String selectionAmounts)
-
getSelectionAmounts
@Nullable public String getSelectionAmounts()
Get selectionAmounts- Returns:
- selectionAmounts
-
setSelectionAmounts
public void setSelectionAmounts(String selectionAmounts)
-
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 ConfigurationDetailsCashbackOptions
-
fromJson
public static ConfigurationDetailsCashbackOptions fromJson(String jsonString) throws IOException
Create an instance of ConfigurationDetailsCashbackOptions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ConfigurationDetailsCashbackOptions
- Throws:
IOException- if the JSON string is invalid with respect to ConfigurationDetailsCashbackOptions
-
toJson
public String toJson()
Convert an instance of ConfigurationDetailsCashbackOptions to an JSON string- Returns:
- JSON string
-
-