@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2021-07-14T18:58:43.744Z")
public class FlagConfigScheduledChangesPostBody
extends java.lang.Object
| Constructor | Description |
|---|---|
FlagConfigScheduledChangesPostBody() |
| Modifier and Type | Method | Description |
|---|---|---|
FlagConfigScheduledChangesPostBody |
comment(java.lang.String comment) |
|
boolean |
equals(java.lang.Object o) |
|
FlagConfigScheduledChangesPostBody |
executionDate(java.lang.Integer executionDate) |
|
java.lang.String |
getComment() |
Used to describe the scheduled changes.
|
java.lang.Integer |
getExecutionDate() |
A unix epoch time in milliseconds specifying the date the scheduled changes will be applied
|
SemanticPatchInstruction |
getInstructions() |
Get instructions
|
int |
hashCode() |
|
FlagConfigScheduledChangesPostBody |
instructions(SemanticPatchInstruction instructions) |
|
void |
setComment(java.lang.String comment) |
|
void |
setExecutionDate(java.lang.Integer executionDate) |
|
void |
setInstructions(SemanticPatchInstruction instructions) |
|
java.lang.String |
toString() |
public FlagConfigScheduledChangesPostBody comment(java.lang.String comment)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public FlagConfigScheduledChangesPostBody executionDate(java.lang.Integer executionDate)
public java.lang.Integer getExecutionDate()
public void setExecutionDate(java.lang.Integer executionDate)
public FlagConfigScheduledChangesPostBody 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