Package Avalara.SDK.model.A1099.V2
Class Form1099ListResponse
- java.lang.Object
-
- Avalara.SDK.model.A1099.V2.Form1099ListResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class Form1099ListResponse extends Object
Form1099ListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1099ListResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description Form1099ListResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Form1099ListResponseaddValueItem(Form1099ListResponseValueInner valueItem)booleanequals(Object o)static Form1099ListResponsefromJson(String jsonString)Create an instance of Form1099ListResponse given an JSON stringList<Form1099ListResponseValueInner>getValue()List of Form 1099 responsesinthashCode()voidsetValue(List<Form1099ListResponseValueInner> value)StringtoJson()Convert an instance of Form1099ListResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundForm1099ListResponsevalue(List<Form1099ListResponseValueInner> value)
-
-
-
Method Detail
-
value
public Form1099ListResponse value(List<Form1099ListResponseValueInner> value)
-
addValueItem
public Form1099ListResponse addValueItem(Form1099ListResponseValueInner valueItem)
-
getValue
@Nullable public List<Form1099ListResponseValueInner> getValue()
List of Form 1099 responses- Returns:
- value
-
setValue
public void setValue(List<Form1099ListResponseValueInner> value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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 Form1099ListResponse
-
fromJson
public static Form1099ListResponse fromJson(String jsonString) throws IOException
Create an instance of Form1099ListResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Form1099ListResponse
- Throws:
IOException- if the JSON string is invalid with respect to Form1099ListResponse
-
toJson
public String toJson()
Convert an instance of Form1099ListResponse to an JSON string- Returns:
- JSON string
-
-