public class ListGatewayServicesResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListGatewayServicesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListGatewayServicesResponse |
addItemsItem(ItemForListGatewayServicesOutput itemsItem) |
boolean |
equals(Object o) |
@Valid List<ItemForListGatewayServicesOutput> |
getItems()
Get items
|
Long |
getTotal()
Get total
|
int |
hashCode() |
ListGatewayServicesResponse |
items(List<ItemForListGatewayServicesOutput> items) |
void |
setItems(List<ItemForListGatewayServicesOutput> items) |
void |
setTotal(Long total) |
String |
toString() |
ListGatewayServicesResponse |
total(Long total) |
getResponseMetadata, setResponseMetadatapublic ListGatewayServicesResponse items(List<ItemForListGatewayServicesOutput> items)
public ListGatewayServicesResponse addItemsItem(ItemForListGatewayServicesOutput itemsItem)
@Valid public @Valid List<ItemForListGatewayServicesOutput> getItems()
public void setItems(List<ItemForListGatewayServicesOutput> items)
public ListGatewayServicesResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2026. All rights reserved.