Package software.xdev.brevo.model
Class Getrecords200Response
java.lang.Object
software.xdev.brevo.model.Getrecords200Response
Getrecords200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRecordsItem(Getrecords200ResponseRecordsInner recordsItem) booleangetCount()Total number of object records for an object type.Get recordsinthashCode()records(List<Getrecords200ResponseRecordsInner> records) voidvoidsetRecords(List<Getrecords200ResponseRecordsInner> records) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_RECORDS
- See Also:
-
-
Constructor Details
-
Getrecords200Response
public Getrecords200Response()
-
-
Method Details
-
count
-
getCount
Total number of object records for an object type.- Returns:
- count
-
setCount
-
records
-
addRecordsItem
-
getRecords
Get records- Returns:
- records
-
setRecords
-
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
-