Class ModificationDetails
java.lang.Object
com.boldsign.model.ModificationDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ModificationDetails
extends Object
ModificationDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddedCount(Integer addedCount) booleanstatic ModificationDetailsCreate an instance of ModificationDetails given an JSON stringGet addedCountGet removedCountinthashCode()removedCount(Integer removedCount) voidsetAddedCount(Integer addedCount) voidsetRemovedCount(Integer removedCount) toJson()Convert an instance of ModificationDetails 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_REMOVED_COUNT
- See Also:
-
SERIALIZED_NAME_ADDED_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ModificationDetails
public ModificationDetails()
-
-
Method Details
-
removedCount
-
getRemovedCount
-
setRemovedCount
-
addedCount
-
getAddedCount
-
setAddedCount
-
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 ModificationDetails
-
fromJson
Create an instance of ModificationDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ModificationDetails
- Throws:
IOException- if the JSON string is invalid with respect to ModificationDetails
-
toJson
Convert an instance of ModificationDetails to an JSON string- Returns:
- JSON string
-