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.GenericModel
result information.
-
-
Constructor Summary
Constructors Constructor Description ResultInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
Gets the count.Long
getPage()
Gets the page.Long
getPerPage()
Gets the perPage.Long
getTotalCount()
Gets the totalCount.
-
-
-
Method Detail
-
getPage
public Long getPage()
Gets the page. output pages.- Returns:
- the page
-
getPerPage
public Long getPerPage()
Gets the perPage. output per page.- Returns:
- the perPage
-
getCount
public Long getCount()
Gets the count. firewall hit count.- Returns:
- the count
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. total count.- Returns:
- the totalCount
-
-