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