Package io.voucherify.client.model
Class CampaignsImportCreateResponseBody
java.lang.Object
io.voucherify.client.model.CampaignsImportCreateResponseBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CampaignsImportCreateResponseBody
extends Object
Response body schema for **POST** `v1/campaigns/{campaignId}/import`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasyncActionId(String asyncActionId) booleanCreate an instance of CampaignsImportCreateResponseBody given an JSON stringThe ID of the scheduled asynchronous action.inthashCode()voidsetAsyncActionId(String asyncActionId) toJson()Convert an instance of CampaignsImportCreateResponseBody to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ASYNC_ACTION_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CampaignsImportCreateResponseBody
public CampaignsImportCreateResponseBody()
-
-
Method Details
-
asyncActionId
-
getAsyncActionId
The ID of the scheduled asynchronous action.- Returns:
- asyncActionId
-
setAsyncActionId
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of CampaignsImportCreateResponseBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CampaignsImportCreateResponseBody
- Throws:
IOException- if the JSON string is invalid with respect to CampaignsImportCreateResponseBody
-
toJson
Convert an instance of CampaignsImportCreateResponseBody to an JSON string- Returns:
- JSON string
-