Package com.algolia.model.abtesting
Class AddABTestsRequest
java.lang.Object
com.algolia.model.abtesting.AddABTestsRequest
AddABTestsRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariants(AddABTestsVariant variantsItem) booleangetEndAt()End date timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format.getName()A/B test name.A/B test variants.inthashCode()setVariants(List<AddABTestsVariant> variants) toString()
-
Constructor Details
-
AddABTestsRequest
public AddABTestsRequest()
-
-
Method Details
-
setName
-
getName
A/B test name.- Returns:
- name
-
setVariants
-
addVariants
-
getVariants
A/B test variants.- Returns:
- variants
-
setEndAt
-
getEndAt
End date timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format.- Returns:
- endAt
-
equals
-
hashCode
public int hashCode() -
toString
-