Package model

Class IdentityEntityIncorporationDate


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class IdentityEntityIncorporationDate
    extends Object
    The date the company was founded and registered with the US.
    • Constructor Detail

      • IdentityEntityIncorporationDate

        public IdentityEntityIncorporationDate()
    • Method Detail

      • getDay

        @Nullable
        public Long getDay()
        Day business was incorporated (between 1 and 31).
        Returns:
        day
      • setDay

        public void setDay​(Long day)
      • getMonth

        @Nullable
        public Long getMonth()
        Month business was incorporated (between 1 and 12).
        Returns:
        month
      • setMonth

        public void setMonth​(Long month)
      • getYear

        @Nullable
        public Long getYear()
        Year business was incorporated (4-digit).
        Returns:
        year
      • setYear

        public void setYear​(Long year)
      • 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 IdentityEntityIncorporationDate
      • fromJson

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

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