Package Avalara.SDK.model.A1099.V2
Class Form1099StatusDetailResponse
- java.lang.Object
-
- Avalara.SDK.model.A1099.V2.Form1099StatusDetailResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class Form1099StatusDetailResponse extends Object
Form1099StatusDetailResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1099StatusDetailResponse.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 Form1099StatusDetailResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Form1099StatusDetailResponsefromJson(String jsonString)Create an instance of Form1099StatusDetailResponse given an JSON stringStringgetStatus()The status of the form.StringgetTime()The date the form is scheduled for or the time the status last changedinthashCode()voidsetStatus(String status)voidsetTime(String time)Form1099StatusDetailResponsestatus(String status)Form1099StatusDetailResponsetime(String time)StringtoJson()Convert an instance of Form1099StatusDetailResponse 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 Form1099StatusDetailResponse time(String time)
-
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)
-
status
public Form1099StatusDetailResponse status(String status)
-
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)
-
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 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
-
-