Package com.algolia.model.abtesting
Class ScheduleABTestsRequest
java.lang.Object
com.algolia.model.abtesting.ScheduleABTestsRequest
ScheduleABTestsRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariants(AddABTestsVariant variantsItem) booleangetEndAt()End date and time of the A/B test, in RFC 3339 format.getName()A/B test name.Date and time when the A/B test is scheduled to start, in RFC 3339 format.A/B test variants.inthashCode()setScheduledAt(String scheduledAt) setVariants(List<AddABTestsVariant> variants) toString()
-
Constructor Details
-
ScheduleABTestsRequest
public ScheduleABTestsRequest()
-
-
Method Details
-
setName
-
getName
A/B test name. -
setVariants
-
addVariants
-
getVariants
A/B test variants. -
setScheduledAt
-
getScheduledAt
Date and time when the A/B test is scheduled to start, in RFC 3339 format. -
setEndAt
-
getEndAt
End date and time of the A/B test, in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-