Package com.launchdarkly.api.model
Class ExperimentPatchInput
- java.lang.Object
-
- com.launchdarkly.api.model.ExperimentPatchInput
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-29T20:20:42.888981Z[Etc/UTC]") public class ExperimentPatchInput extends java.lang.Object
ExperimentPatchInput
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_COMMENT
static java.lang.String
SERIALIZED_NAME_INSTRUCTIONS
-
Constructor Summary
Constructors Constructor Description ExperimentPatchInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExperimentPatchInput
addInstructionsItem(java.lang.Object instructionsItem)
ExperimentPatchInput
comment(java.lang.String comment)
boolean
equals(java.lang.Object o)
java.lang.String
getComment()
Get commentjava.util.List<java.lang.Object>
getInstructions()
Get instructionsint
hashCode()
ExperimentPatchInput
instructions(java.util.List<java.lang.Object> instructions)
void
setComment(java.lang.String comment)
void
setInstructions(java.util.List<java.lang.Object> instructions)
java.lang.String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COMMENT
public static final java.lang.String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INSTRUCTIONS
public static final java.lang.String SERIALIZED_NAME_INSTRUCTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
comment
public ExperimentPatchInput comment(java.lang.String comment)
-
getComment
@Nullable public java.lang.String getComment()
Get comment- Returns:
- comment
-
setComment
public void setComment(java.lang.String comment)
-
instructions
public ExperimentPatchInput instructions(java.util.List<java.lang.Object> instructions)
-
addInstructionsItem
public ExperimentPatchInput addInstructionsItem(java.lang.Object instructionsItem)
-
getInstructions
@Nullable public java.util.List<java.lang.Object> getInstructions()
Get instructions- Returns:
- instructions
-
setInstructions
public void setInstructions(java.util.List<java.lang.Object> instructions)
-
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
-
-