Class MealVoucherFRResponseInfo


  • public class MealVoucherFRResponseInfo
    extends Object
    MealVoucherFRResponseInfo
    • Constructor Detail

      • MealVoucherFRResponseInfo

        public MealVoucherFRResponseInfo()
    • Method Detail

      • conecsId

        public MealVoucherFRResponseInfo conecsId​(String conecsId)
        Meal Voucher conecsId.
        Parameters:
        conecsId - Meal Voucher conecsId.
        Returns:
        the current MealVoucherFRResponseInfo instance, allowing for method chaining
      • getConecsId

        public String getConecsId()
        Meal Voucher conecsId.
        Returns:
        conecsId Meal Voucher conecsId.
      • setConecsId

        public void setConecsId​(String conecsId)
        Meal Voucher conecsId.
        Parameters:
        conecsId - Meal Voucher conecsId.
      • siret

        public MealVoucherFRResponseInfo siret​(String siret)
        Meal Voucher siret.
        Parameters:
        siret - Meal Voucher siret.
        Returns:
        the current MealVoucherFRResponseInfo instance, allowing for method chaining
      • getSiret

        public String getSiret()
        Meal Voucher siret.
        Returns:
        siret Meal Voucher siret.
      • setSiret

        public void setSiret​(String siret)
        Meal Voucher siret.
        Parameters:
        siret - Meal Voucher siret.
      • subTypes

        public MealVoucherFRResponseInfo subTypes​(List<String> subTypes)
        The list of additional payment methods.
        Parameters:
        subTypes - The list of additional payment methods.
        Returns:
        the current MealVoucherFRResponseInfo instance, allowing for method chaining
      • getSubTypes

        public List<String> getSubTypes()
        The list of additional payment methods.
        Returns:
        subTypes The list of additional payment methods.
      • setSubTypes

        public void setSubTypes​(List<String> subTypes)
        The list of additional payment methods.
        Parameters:
        subTypes - The list of additional payment methods.
      • includeNullValues

        public MealVoucherFRResponseInfo includeNullValues​(boolean includeNullValues)
        Configures whether null values are explicitly serialized in the JSON payload. Default is false.
      • isIncludeNullValues

        public boolean isIncludeNullValues()
        Returns whether null values are explicitly serialized in the JSON payload.
      • setIncludeNullValues

        public void setIncludeNullValues​(boolean includeNullValues)
        Sets whether null values should be explicitly serialized in the JSON payload. Default is false.
      • equals

        public boolean equals​(Object o)
        Return true if this MealVoucherFRResponseInfo object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public Map<String,​Object> getExplicitNulls()
        Returns a map of properties to be merged into the JSON payload as explicit null values.
      • fromJson

        public static MealVoucherFRResponseInfo fromJson​(String jsonString)
                                                  throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of MealVoucherFRResponseInfo given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of MealVoucherFRResponseInfo
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to MealVoucherFRResponseInfo
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of MealVoucherFRResponseInfo to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException