Class Form1099ProccessResult


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

      • Form1099ProccessResult

        public Form1099ProccessResult()
    • Method Detail

      • getJobData

        @Nullable
        public Data getJobData()
        Get jobData
        Returns:
        jobData
      • setJobData

        public void setJobData​(Data jobData)
      • 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 Form1099ProccessResult
      • fromJson

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

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