Class ProcessRawDataCsvExportRequestDto

java.lang.Object
io.camunda.optimize.dto.optimize.rest.ProcessRawDataCsvExportRequestDto

public class ProcessRawDataCsvExportRequestDto extends Object
  • Constructor Details

    • ProcessRawDataCsvExportRequestDto

      public ProcessRawDataCsvExportRequestDto(@NotNull @NotNull String processDefinitionKey, @NotEmpty @NotEmpty List<String> processDefinitionVersions, @NotNull @NotNull List<String> tenantIds, @NotNull @NotNull List<ProcessFilterDto<?>> filter, @NotEmpty @NotEmpty List<String> includedColumns)
    • ProcessRawDataCsvExportRequestDto

      protected ProcessRawDataCsvExportRequestDto()
  • Method Details

    • getProcessDefinitionKey

      @NotNull public @NotNull String getProcessDefinitionKey()
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(@NotNull @NotNull String processDefinitionKey)
    • getProcessDefinitionVersions

      @NotEmpty public @NotEmpty List<String> getProcessDefinitionVersions()
    • setProcessDefinitionVersions

      public void setProcessDefinitionVersions(@NotEmpty @NotEmpty List<String> processDefinitionVersions)
    • getTenantIds

      @NotNull public @NotNull List<String> getTenantIds()
    • setTenantIds

      public void setTenantIds(@NotNull @NotNull List<String> tenantIds)
    • getFilter

      @NotNull public @NotNull List<ProcessFilterDto<?>> getFilter()
    • setFilter

      public void setFilter(@NotNull @NotNull List<ProcessFilterDto<?>> filter)
    • getIncludedColumns

      @NotEmpty public @NotEmpty List<String> getIncludedColumns()
    • setIncludedColumns

      public void setIncludedColumns(@NotEmpty @NotEmpty List<String> includedColumns)
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

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

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