Package software.xdev.brevo.model
Class CreatedBatchId
java.lang.Object
software.xdev.brevo.model.CreatedBatchId
CreatedBatchId
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchId(BigDecimal batchId) booleanBatch ID of the requestgetCount()Number of ordersinthashCode()voidsetBatchId(BigDecimal batchId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BATCH_ID
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
-
Constructor Details
-
CreatedBatchId
public CreatedBatchId()
-
-
Method Details
-
batchId
-
getBatchId
Batch ID of the request- Returns:
- batchId
-
setBatchId
-
count
-
getCount
Number of orders- Returns:
- count
-
setCount
-
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
-