@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2021-07-14T18:58:43.744Z")
public class FlagConfigScheduledChangesPatchBody
extends java.lang.Object
| Constructor | Description |
|---|---|
FlagConfigScheduledChangesPatchBody() |
| Modifier and Type | Method | Description |
|---|---|---|
FlagConfigScheduledChangesPatchBody |
comment(java.lang.String comment) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getComment() |
Used to describe the scheduled changes.
|
SemanticPatchInstruction |
getInstructions() |
Get instructions
|
int |
hashCode() |
|
FlagConfigScheduledChangesPatchBody |
instructions(SemanticPatchInstruction instructions) |
|
void |
setComment(java.lang.String comment) |
|
void |
setInstructions(SemanticPatchInstruction instructions) |
|
java.lang.String |
toString() |
public FlagConfigScheduledChangesPatchBody comment(java.lang.String comment)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public FlagConfigScheduledChangesPatchBody instructions(SemanticPatchInstruction instructions)
public SemanticPatchInstruction getInstructions()
public void setInstructions(SemanticPatchInstruction instructions)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object