Class ExportJSONInJobRequest
Object
ExportJSONInJobRequest
- All Implemented Interfaces:
Serializable
The properties of the export JSON request.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()booleanbooleanvoidsetFileName(String fileName) voidsetSendNotification(boolean sendNotification) voidsetValidationEnabled(boolean validationEnabled) voidsetViewConfig(String viewConfig) toString()
-
Constructor Details
-
ExportJSONInJobRequest
public ExportJSONInJobRequest()
-
-
Method Details
-
builder
-
isSendNotification
public boolean isSendNotification() -
getViewConfig
-
isValidationEnabled
public boolean isValidationEnabled() -
getFileName
-
setSendNotification
public void setSendNotification(boolean sendNotification) -
setViewConfig
-
setValidationEnabled
public void setValidationEnabled(boolean validationEnabled) -
setFileName
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-