Class Form1099StatusDetailResponse


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

      • Form1099StatusDetailResponse

        public Form1099StatusDetailResponse()
    • Method Detail

      • getTime

        @Nullable
        public String getTime()
        The date the form is scheduled for or the time the status last changed
        Returns:
        time
      • setTime

        public void setTime​(String time)
      • getStatus

        @Nullable
        public String getStatus()
        The status of the form. Will be one of: * unsent * scheduled * sent * corrected_scheduled * accepted * corrected * corrected_accepted * held * pending * delivered * bad_verify * bad_verify_limit * bounced * verified * incomplete * failed * unchanged * unknown
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • 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 Form1099StatusDetailResponse
      • fromJson

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

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