@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2022-10-17T11:38:41.655-04:00[America/New_York]") public class FindEntryResult extends Object
| Constructor and Description |
|---|
FindEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
FindEntryResult |
ancestorEntry(Entry ancestorEntry) |
FindEntryResult |
entry(Entry entry) |
boolean |
equals(Object o) |
Entry |
getAncestorEntry() |
Entry |
getEntry() |
int |
hashCode() |
void |
setAncestorEntry(Entry ancestorEntry) |
void |
setEntry(Entry entry) |
String |
toString() |
public FindEntryResult entry(Entry entry)
public Entry getEntry()
public void setEntry(Entry entry)
public FindEntryResult ancestorEntry(Entry ancestorEntry)
public Entry getAncestorEntry()
public void setAncestorEntry(Entry ancestorEntry)
Copyright © 2022. All rights reserved.