Class ExportJSONInJobRequest

Object
ExportJSONInJobRequest
All Implemented Interfaces:
Serializable

public class ExportJSONInJobRequest extends Object implements Serializable
The properties of the export JSON request.
See Also:
  • Constructor Details

    • ExportJSONInJobRequest

      public ExportJSONInJobRequest()
  • Method Details

    • builder

      public static ExportJSONInJobRequest.Builder builder()
    • isSendNotification

      public boolean isSendNotification()
    • getViewConfig

      public String getViewConfig()
    • isValidationEnabled

      public boolean isValidationEnabled()
    • getFileName

      public String getFileName()
    • setSendNotification

      public void setSendNotification(boolean sendNotification)
    • setViewConfig

      public void setViewConfig(String viewConfig)
    • setValidationEnabled

      public void setValidationEnabled(boolean validationEnabled)
    • setFileName

      public void setFileName(String fileName)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object