Class DocumentFiles
java.lang.Object
com.boldsign.model.DocumentFiles
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentFiles
extends Object
DocumentFiles
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentName(String documentName) booleanstatic DocumentFilesCreate an instance of DocumentFiles given an JSON stringGet documentNamegetId()Get idgetOrder()Get orderGet pageCountinthashCode()voidsetDocumentName(String documentName) voidvoidvoidsetPageCount(Integer pageCount) toJson()Convert an instance of DocumentFiles to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_DOCUMENT_NAME
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_PAGE_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentFiles
public DocumentFiles()
-
-
Method Details
-
id
-
getId
-
setId
-
documentName
-
getDocumentName
-
setDocumentName
-
order
-
getOrder
-
setOrder
-
pageCount
-
getPageCount
-
setPageCount
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to DocumentFiles
-
fromJson
Create an instance of DocumentFiles given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentFiles
- Throws:
IOException- if the JSON string is invalid with respect to DocumentFiles
-
toJson
-