Package Avalara.SDK.model.EInvoicing.V1
Class BatchSearchParticipants202Response
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.BatchSearchParticipants202Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class BatchSearchParticipants202Response extends Object
BatchSearchParticipants202Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchSearchParticipants202Response.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_MESSAGEstatic StringSERIALIZED_NAME_STATUS
-
Constructor Summary
Constructors Constructor Description BatchSearchParticipants202Response()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static BatchSearchParticipants202ResponsefromJson(String jsonString)Create an instance of BatchSearchParticipants202Response given an JSON stringStringgetId()The unique ID of the batch search.StringgetMessage()A message indicating that the batch search request has been accepted.StringgetStatus()Status of the batch search.inthashCode()BatchSearchParticipants202Responseid(String id)BatchSearchParticipants202Responsemessage(String message)voidsetId(String id)voidsetMessage(String message)voidsetStatus(String status)BatchSearchParticipants202Responsestatus(String status)StringtoJson()Convert an instance of BatchSearchParticipants202Response 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_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public BatchSearchParticipants202Response id(String id)
-
setId
public void setId(String id)
-
status
public BatchSearchParticipants202Response status(String status)
-
setStatus
public void setStatus(String status)
-
message
public BatchSearchParticipants202Response message(String message)
-
getMessage
@Nullable public String getMessage()
A message indicating that the batch search request has been accepted.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
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 BatchSearchParticipants202Response
-
fromJson
public static BatchSearchParticipants202Response fromJson(String jsonString) throws IOException
Create an instance of BatchSearchParticipants202Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BatchSearchParticipants202Response
- Throws:
IOException- if the JSON string is invalid with respect to BatchSearchParticipants202Response
-
toJson
public String toJson()
Convert an instance of BatchSearchParticipants202Response to an JSON string- Returns:
- JSON string
-
-