Package com.launchdarkly.api.model
Class ExperimentExpandableProperties
- java.lang.Object
-
- com.launchdarkly.api.model.ExperimentExpandableProperties
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-29T20:20:42.888981Z[Etc/UTC]") public class ExperimentExpandableProperties extends java.lang.Object
ExperimentExpandableProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_DRAFT_ITERATION
static java.lang.String
SERIALIZED_NAME_PREVIOUS_ITERATIONS
-
Constructor Summary
Constructors Constructor Description ExperimentExpandableProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExperimentExpandableProperties
addPreviousIterationsItem(IterationRep previousIterationsItem)
ExperimentExpandableProperties
draftIteration(IterationRep draftIteration)
boolean
equals(java.lang.Object o)
IterationRep
getDraftIteration()
Get draftIterationjava.util.List<IterationRep>
getPreviousIterations()
Get previousIterationsint
hashCode()
ExperimentExpandableProperties
previousIterations(java.util.List<IterationRep> previousIterations)
void
setDraftIteration(IterationRep draftIteration)
void
setPreviousIterations(java.util.List<IterationRep> previousIterations)
java.lang.String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DRAFT_ITERATION
public static final java.lang.String SERIALIZED_NAME_DRAFT_ITERATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREVIOUS_ITERATIONS
public static final java.lang.String SERIALIZED_NAME_PREVIOUS_ITERATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
draftIteration
public ExperimentExpandableProperties draftIteration(IterationRep draftIteration)
-
getDraftIteration
@Nullable public IterationRep getDraftIteration()
Get draftIteration- Returns:
- draftIteration
-
setDraftIteration
public void setDraftIteration(IterationRep draftIteration)
-
previousIterations
public ExperimentExpandableProperties previousIterations(java.util.List<IterationRep> previousIterations)
-
addPreviousIterationsItem
public ExperimentExpandableProperties addPreviousIterationsItem(IterationRep previousIterationsItem)
-
getPreviousIterations
@Nullable public java.util.List<IterationRep> getPreviousIterations()
Get previousIterations- Returns:
- previousIterations
-
setPreviousIterations
public void setPreviousIterations(java.util.List<IterationRep> previousIterations)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-