Package Avalara.SDK.model.A1099.V2
Class Form1099StatusDetail
- java.lang.Object
-
- Avalara.SDK.model.A1099.V2.Form1099StatusDetail
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class Form1099StatusDetail extends Object
Form1099StatusDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1099StatusDetail.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_TIME
-
Constructor Summary
Constructors Constructor Description Form1099StatusDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Form1099StatusDetailfromJson(String jsonString)Create an instance of Form1099StatusDetail given an JSON stringStringgetStatus()Get statusStringgetTime()Get timeinthashCode()voidsetStatus(String status)voidsetTime(String time)Form1099StatusDetailstatus(String status)Form1099StatusDetailtime(String time)StringtoJson()Convert an instance of Form1099StatusDetail 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_TIME
public static final String SERIALIZED_NAME_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
time
public Form1099StatusDetail time(String time)
-
setTime
public void setTime(String time)
-
status
public Form1099StatusDetail status(String status)
-
setStatus
public void setStatus(String status)
-
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 Form1099StatusDetail
-
fromJson
public static Form1099StatusDetail fromJson(String jsonString) throws IOException
Create an instance of Form1099StatusDetail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Form1099StatusDetail
- Throws:
IOException- if the JSON string is invalid with respect to Form1099StatusDetail
-
toJson
public String toJson()
Convert an instance of Form1099StatusDetail to an JSON string- Returns:
- JSON string
-
-