Class GatewayCollection


  • public final class GatewayCollection
    extends Object
    Paged Gateway list representation.
    • Constructor Detail

      • GatewayCollection

        public GatewayCollection()
    • Method Detail

      • count

        public Long count()
        Get the count property: Total record count number across all pages.
        Returns:
        the count value.
      • withCount

        public GatewayCollection withCount​(Long count)
        Set the count property: Total record count number across all pages.
        Parameters:
        count - the count value to set.
        Returns:
        the GatewayCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Next page link if any.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.