Package software.xdev.brevo.model
Class CreateUpdateBatchProductsModel
java.lang.Object
software.xdev.brevo.model.CreateUpdateBatchProductsModel
CreateUpdateBatchProductsModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedCount(Long createdCount) booleanNumber of the new created productsNumber of the existing products updatedinthashCode()voidsetCreatedCount(Long createdCount) voidsetUpdatedCount(Long updatedCount) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updatedCount(Long updatedCount)
-
Field Details
-
JSON_PROPERTY_CREATED_COUNT
- See Also:
-
JSON_PROPERTY_UPDATED_COUNT
- See Also:
-
-
Constructor Details
-
CreateUpdateBatchProductsModel
public CreateUpdateBatchProductsModel()
-
-
Method Details
-
createdCount
-
getCreatedCount
Number of the new created products- Returns:
- createdCount
-
setCreatedCount
-
updatedCount
-
getUpdatedCount
Number of the existing products updated- Returns:
- updatedCount
-
setUpdatedCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-