@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2021-02-19T19:16:12.901Z")
public class PatchComment
extends java.lang.Object
| Constructor | Description |
|---|---|
PatchComment() |
| Modifier and Type | Method | Description |
|---|---|---|
PatchComment |
addPatchItem(PatchOperation patchItem) |
|
PatchComment |
comment(java.lang.String comment) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getComment() |
Get comment
|
java.util.List<PatchOperation> |
getPatch() |
Get patch
|
int |
hashCode() |
|
PatchComment |
patch(java.util.List<PatchOperation> patch) |
|
void |
setComment(java.lang.String comment) |
|
void |
setPatch(java.util.List<PatchOperation> patch) |
|
java.lang.String |
toString() |
public PatchComment comment(java.lang.String comment)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public PatchComment patch(java.util.List<PatchOperation> patch)
public PatchComment addPatchItem(PatchOperation patchItem)
public java.util.List<PatchOperation> getPatch()
public void setPatch(java.util.List<PatchOperation> patch)
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