public class InlineResponse20011 extends Object
| Constructor and Description |
|---|
InlineResponse20011() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse20011 |
addKeysItem(InlineResponse20011Keys keysItem) |
boolean |
equals(Object o) |
List<InlineResponse20011Keys> |
getKeys()
Get keys
|
Integer |
getLimit()
Specifies the maximum number of records requested part of the response
|
Integer |
getOffset()
Specifies the record offset from the records are returned part of the response
|
String |
getSort()
Specifies a comma separated list of field names based on which the result is sorted.
|
String |
getSubmitTimeUtc()
Time of request in UTC.
|
Integer |
getTotalCount()
Specifies the total number of items found based on the request
|
int |
hashCode() |
InlineResponse20011 |
keys(List<InlineResponse20011Keys> keys) |
InlineResponse20011 |
limit(Integer limit) |
InlineResponse20011 |
offset(Integer offset) |
void |
setKeys(List<InlineResponse20011Keys> keys) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setSort(String sort) |
void |
setSubmitTimeUtc(String submitTimeUtc) |
void |
setTotalCount(Integer totalCount) |
InlineResponse20011 |
sort(String sort) |
InlineResponse20011 |
submitTimeUtc(String submitTimeUtc) |
String |
toString() |
InlineResponse20011 |
totalCount(Integer totalCount) |
public InlineResponse20011 submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public InlineResponse20011 totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public InlineResponse20011 offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public InlineResponse20011 limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public InlineResponse20011 sort(String sort)
public String getSort()
public void setSort(String sort)
public InlineResponse20011 keys(List<InlineResponse20011Keys> keys)
public InlineResponse20011 addKeysItem(InlineResponse20011Keys keysItem)
public List<InlineResponse20011Keys> getKeys()
public void setKeys(List<InlineResponse20011Keys> keys)
Copyright © 2023. All rights reserved.