@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class ListUrnsResult
extends java.lang.Object
| Constructor and Description |
|---|
ListUrnsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListUrnsResult |
addEntitiesItem(java.lang.String entitiesItem) |
ListUrnsResult |
count(java.lang.Integer count) |
ListUrnsResult |
entities(java.util.List<java.lang.String> entities) |
boolean |
equals(java.lang.Object o) |
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer |
getCount()
Size of each page in the result
minimum: -2147483648
maximum: 2147483647
|
@NotNull java.util.List<java.lang.String> |
getEntities()
A list of entities returned from the list
|
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer |
getStart()
Offset of the first entity in the result
minimum: -2147483648
maximum: 2147483647
|
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer |
getTotal()
The total number of entities directly under searched path
minimum: -2147483648
maximum: 2147483647
|
int |
hashCode() |
void |
setCount(java.lang.Integer count) |
void |
setEntities(java.util.List<java.lang.String> entities) |
void |
setStart(java.lang.Integer start) |
void |
setTotal(java.lang.Integer total) |
ListUrnsResult |
start(java.lang.Integer start) |
java.lang.String |
toString() |
ListUrnsResult |
total(java.lang.Integer total) |
public ListUrnsResult entities(java.util.List<java.lang.String> entities)
public ListUrnsResult addEntitiesItem(java.lang.String entitiesItem)
@NotNull public @NotNull java.util.List<java.lang.String> getEntities()
public void setEntities(java.util.List<java.lang.String> entities)
public ListUrnsResult start(java.lang.Integer start)
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) public @NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer getStart()
public void setStart(java.lang.Integer start)
public ListUrnsResult count(java.lang.Integer count)
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) public @NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public ListUrnsResult total(java.lang.Integer total)
@NotNull @Min(value=-2147483648L) @Max(value=2147483647L) public @NotNull @Min(value=-2147483648L) @Max(value=2147483647L) java.lang.Integer getTotal()
public void setTotal(java.lang.Integer total)
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