Class OfferAndCoverageRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class OfferAndCoverageRequest
    extends Object
    OfferAndCoverageRequest
    • Constructor Detail

      • OfferAndCoverageRequest

        public OfferAndCoverageRequest()
    • Method Detail

      • getMonth

        @Nullable
        public String getMonth()
        Month of coverage
        Returns:
        month
      • setMonth

        public void setMonth​(String month)
      • getOfferCode

        @Nullable
        public String getOfferCode()
        Offer of coverage code
        Returns:
        offerCode
      • setOfferCode

        public void setOfferCode​(String offerCode)
      • getShare

        @Nullable
        public Double getShare()
        Employee required contribution share
        Returns:
        share
      • setShare

        public void setShare​(Double share)
      • getSafeHarborCode

        @Nullable
        public String getSafeHarborCode()
        Safe harbor code
        Returns:
        safeHarborCode
      • setSafeHarborCode

        public void setSafeHarborCode​(String safeHarborCode)
      • getZipCode

        @Nullable
        public String getZipCode()
        ZIP code for coverage area
        Returns:
        zipCode
      • setZipCode

        public void setZipCode​(String zipCode)
      • hashCode

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

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to OfferAndCoverageRequest
      • fromJson

        public static OfferAndCoverageRequest fromJson​(String jsonString)
                                                throws IOException
        Create an instance of OfferAndCoverageRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of OfferAndCoverageRequest
        Throws:
        IOException - if the JSON string is invalid with respect to OfferAndCoverageRequest
      • toJson

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