@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2021-07-14T18:58:43.744Z")
public class FlagConfigScheduledChangesConflictsBody
extends java.lang.Object
| Constructor | Description |
|---|---|
FlagConfigScheduledChangesConflictsBody() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
FlagConfigScheduledChangesConflictsBody |
executionDate(java.lang.Integer executionDate) |
|
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() |
|
FlagConfigScheduledChangesConflictsBody |
instructions(SemanticPatchInstruction instructions) |
|
void |
setExecutionDate(java.lang.Integer executionDate) |
|
void |
setInstructions(SemanticPatchInstruction instructions) |
|
java.lang.String |
toString() |
public FlagConfigScheduledChangesConflictsBody()
public FlagConfigScheduledChangesConflictsBody executionDate(java.lang.Integer executionDate)
public java.lang.Integer getExecutionDate()
public void setExecutionDate(java.lang.Integer executionDate)
public FlagConfigScheduledChangesConflictsBody 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