@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2021-04-08T01:21:45.269Z")
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object