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`.
  • Field Details

  • Constructor Details

    • CampaignsImportCreateResponseBody

      public CampaignsImportCreateResponseBody()
  • Method Details

    • asyncActionId

      public CampaignsImportCreateResponseBody asyncActionId(String asyncActionId)
    • getAsyncActionId

      @Nullable public String getAsyncActionId()
      The ID of the scheduled asynchronous action.
      Returns:
      asyncActionId
    • setAsyncActionId

      public void setAsyncActionId(String asyncActionId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • fromJson

      public static CampaignsImportCreateResponseBody fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of CampaignsImportCreateResponseBody to an JSON string
      Returns:
      JSON string