Class GatewayDeploymentStatusAcknowledgmentListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentListDTO
-
public class GatewayDeploymentStatusAcknowledgmentListDTO extends Object
GatewayDeploymentStatusAcknowledgmentListDTO
-
-
Constructor Summary
Constructors Constructor Description GatewayDeploymentStatusAcknowledgmentListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayDeploymentStatusAcknowledgmentListDTOaddListItem(GatewayDeploymentStatusAcknowledgmentDTO listItem)GatewayDeploymentStatusAcknowledgmentListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of APIs returned.List<GatewayDeploymentStatusAcknowledgmentDTO>getList()Get listinthashCode()GatewayDeploymentStatusAcknowledgmentListDTOlist(List<GatewayDeploymentStatusAcknowledgmentDTO> list)voidsetCount(Integer count)voidsetList(List<GatewayDeploymentStatusAcknowledgmentDTO> list)StringtoString()
-
-
-
Method Detail
-
count
public GatewayDeploymentStatusAcknowledgmentListDTO count(Integer count)
-
getCount
public Integer getCount()
Number of APIs returned.- Returns:
- count
-
setCount
public void setCount(Integer count)
-
list
public GatewayDeploymentStatusAcknowledgmentListDTO list(List<GatewayDeploymentStatusAcknowledgmentDTO> list)
-
addListItem
public GatewayDeploymentStatusAcknowledgmentListDTO addListItem(GatewayDeploymentStatusAcknowledgmentDTO listItem)
-
getList
public List<GatewayDeploymentStatusAcknowledgmentDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<GatewayDeploymentStatusAcknowledgmentDTO> list)
-
-