Package model

Class ConfigurationDetailsCashbackOptionsManualEntry


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ConfigurationDetailsCashbackOptionsManualEntry
    extends Object
    ConfigurationDetailsCashbackOptionsManualEntry
    • Constructor Detail

      • ConfigurationDetailsCashbackOptionsManualEntry

        public ConfigurationDetailsCashbackOptionsManualEntry()
    • Method Detail

      • getAmountIncrement

        @Nullable
        public Long getAmountIncrement()
        Get amountIncrement
        Returns:
        amountIncrement
      • setAmountIncrement

        public void setAmountIncrement​(Long amountIncrement)
      • getMaximumAmount

        @Nullable
        public Long getMaximumAmount()
        Get maximumAmount
        Returns:
        maximumAmount
      • setMaximumAmount

        public void setMaximumAmount​(Long maximumAmount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        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

        public String toJson()
        Convert an instance of ConfigurationDetailsCashbackOptionsManualEntry to an JSON string
        Returns:
        JSON string