public class ListApplicationInstanceResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListApplicationInstanceResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationInstanceResponse |
addRecordsItem(RecordForListApplicationInstanceOutput recordsItem) |
ListApplicationInstanceResponse |
current(Integer current) |
boolean |
equals(Object o) |
Integer |
getCurrent()
Get current
|
@Valid List<RecordForListApplicationInstanceOutput> |
getRecords()
Get records
|
Integer |
getSize()
Get size
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
ListApplicationInstanceResponse |
records(List<RecordForListApplicationInstanceOutput> records) |
void |
setCurrent(Integer current) |
void |
setRecords(List<RecordForListApplicationInstanceOutput> records) |
void |
setSize(Integer size) |
void |
setTotal(Integer total) |
ListApplicationInstanceResponse |
size(Integer size) |
String |
toString() |
ListApplicationInstanceResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic ListApplicationInstanceResponse current(Integer current)
public Integer getCurrent()
public void setCurrent(Integer current)
public ListApplicationInstanceResponse records(List<RecordForListApplicationInstanceOutput> records)
public ListApplicationInstanceResponse addRecordsItem(RecordForListApplicationInstanceOutput recordsItem)
@Valid public @Valid List<RecordForListApplicationInstanceOutput> getRecords()
public void setRecords(List<RecordForListApplicationInstanceOutput> records)
public ListApplicationInstanceResponse size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public ListApplicationInstanceResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2025. All rights reserved.