Class ResultInfo
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.firewall_api.v1.model.ResultInfo
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class ResultInfo extends com.ibm.cloud.sdk.core.service.model.GenericModelresult information.
- 
- 
Constructor SummaryConstructors Constructor Description ResultInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Gets the count.LonggetPage()Gets the page.LonggetPerPage()Gets the perPage.LonggetTotalCount()Gets the totalCount.
 
- 
- 
- 
Method Detail- 
getPagepublic Long getPage() Gets the page. output pages.- Returns:
- the page
 
 - 
getPerPagepublic Long getPerPage() Gets the perPage. output per page.- Returns:
- the perPage
 
 - 
getCountpublic Long getCount() Gets the count. firewall hit count.- Returns:
- the count
 
 - 
getTotalCountpublic Long getTotalCount() Gets the totalCount. total count.- Returns:
- the totalCount
 
 
- 
 
-