public class InlineResponse2001 extends Object
| Constructor and Description |
|---|
InlineResponse2001() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
addKeysItem(InlineResponse2001Keys keysItem) |
boolean |
equals(Object o) |
List<InlineResponse2001Keys> |
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() |
InlineResponse2001 |
keys(List<InlineResponse2001Keys> keys) |
InlineResponse2001 |
limit(Integer limit) |
InlineResponse2001 |
offset(Integer offset) |
void |
setKeys(List<InlineResponse2001Keys> keys) |
void |
setLimit(Integer limit) |
void |
setOffset(Integer offset) |
void |
setSort(String sort) |
void |
setSubmitTimeUtc(String submitTimeUtc) |
void |
setTotalCount(Integer totalCount) |
InlineResponse2001 |
sort(String sort) |
InlineResponse2001 |
submitTimeUtc(String submitTimeUtc) |
String |
toString() |
InlineResponse2001 |
totalCount(Integer totalCount) |
public InlineResponse2001 submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public InlineResponse2001 totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public InlineResponse2001 offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public InlineResponse2001 limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public InlineResponse2001 sort(String sort)
public String getSort()
public void setSort(String sort)
public InlineResponse2001 keys(List<InlineResponse2001Keys> keys)
public InlineResponse2001 addKeysItem(InlineResponse2001Keys keysItem)
public List<InlineResponse2001Keys> getKeys()
public void setKeys(List<InlineResponse2001Keys> keys)
Copyright © 2024. All rights reserved.