Package software.xdev.brevo.model
Class VariablesItems
java.lang.Object
software.xdev.brevo.model.VariablesItems
VariablesItems
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet datatypeGet _defaultgetName()Get nameinthashCode()voidsetDatatype(String datatype) voidsetDefault(String _default) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DEFAULT
- See Also:
-
JSON_PROPERTY_DATATYPE
- See Also:
-
-
Constructor Details
-
VariablesItems
public VariablesItems()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
_default
-
getDefault
Get _default- Returns:
- _default
-
setDefault
-
datatype
-
getDatatype
Get datatype- Returns:
- datatype
-
setDatatype
-
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
-