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