Class ContactPageDetails
java.lang.Object
com.boldsign.model.ContactPageDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ContactPageDetails
extends Object
ContactPageDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ContactPageDetailsCreate an instance of ContactPageDetails given an JSON stringgetPage()Get pageGet pageSizeGet totalRecordsCountinthashCode()voidvoidsetPageSize(Integer pageSize) voidsetTotalRecordsCount(Integer totalRecordsCount) toJson()Convert an instance of ContactPageDetails to an JSON stringtoString()totalRecordsCount(Integer totalRecordsCount) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PAGE_SIZE
- See Also:
-
SERIALIZED_NAME_PAGE
- See Also:
-
SERIALIZED_NAME_TOTAL_RECORDS_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ContactPageDetails
public ContactPageDetails()
-
-
Method Details
-
pageSize
-
getPageSize
-
setPageSize
-
page
-
getPage
-
setPage
-
totalRecordsCount
-
getTotalRecordsCount
-
setTotalRecordsCount
-
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 ContactPageDetails
-
fromJson
Create an instance of ContactPageDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ContactPageDetails
- Throws:
IOException- if the JSON string is invalid with respect to ContactPageDetails
-
toJson
Convert an instance of ContactPageDetails to an JSON string- Returns:
- JSON string
-