Package Avalara.SDK.model.A1099.V2
Class Form1095BList
- java.lang.Object
-
- Avalara.SDK.model.A1099.V2.Form1095BList
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class Form1095BList extends Object
Form1095BList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1095BList.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FORM_TYPEstatic StringSERIALIZED_NAME_FORMS
-
Constructor Summary
Constructors Constructor Description Form1095BList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Form1095BListaddFormsItem(Form1095BListItem formsItem)booleanequals(Object o)Form1095BListforms(List<Form1095BListItem> forms)Form1095BListformType(String formType)static Form1095BListfromJson(String jsonString)Create an instance of Form1095BList given an JSON stringList<Form1095BListItem>getForms()Get formsStringgetFormType()Get formTypeinthashCode()voidsetForms(List<Form1095BListItem> forms)voidsetFormType(String formType)StringtoJson()Convert an instance of Form1095BList to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_FORMS
public static final String SERIALIZED_NAME_FORMS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORM_TYPE
public static final String SERIALIZED_NAME_FORM_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
forms
public Form1095BList forms(List<Form1095BListItem> forms)
-
addFormsItem
public Form1095BList addFormsItem(Form1095BListItem formsItem)
-
getForms
@Nullable public List<Form1095BListItem> getForms()
Get forms- Returns:
- forms
-
setForms
public void setForms(List<Form1095BListItem> forms)
-
formType
public Form1095BList formType(String formType)
-
setFormType
public void setFormType(String formType)
-
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 Form1095BList
-
fromJson
public static Form1095BList fromJson(String jsonString) throws IOException
Create an instance of Form1095BList given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Form1095BList
- Throws:
IOException- if the JSON string is invalid with respect to Form1095BList
-
toJson
public String toJson()
Convert an instance of Form1095BList to an JSON string- Returns:
- JSON string
-
-