Package software.xdev.brevo.model
Class AbTestVersionStats
java.lang.Object
software.xdev.brevo.model.AbTestVersionStats
Percentage of a particular event for both versions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanpercentage of an event for version Apercentage of an event for version BinthashCode()voidsetVersionA(String versionA) voidsetVersionB(String versionB) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION_A
- See Also:
-
JSON_PROPERTY_VERSION_B
- See Also:
-
-
Constructor Details
-
AbTestVersionStats
public AbTestVersionStats()
-
-
Method Details
-
versionA
-
getVersionA
percentage of an event for version A- Returns:
- versionA
-
setVersionA
-
versionB
-
getVersionB
percentage of an event for version B- Returns:
- versionB
-
setVersionB
-
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
-