Class LoggerCollection


  • public final class LoggerCollection
    extends Object
    Paged Logger list representation.
    • Constructor Detail

      • LoggerCollection

        public LoggerCollection()
    • Method Detail

      • value

        public List<LoggerContractInner> value()
        Get the value property: Logger values.
        Returns:
        the value value.
      • withValue

        public LoggerCollection withValue​(List<LoggerContractInner> value)
        Set the value property: Logger values.
        Parameters:
        value - the value value to set.
        Returns:
        the LoggerCollection object itself.
      • count

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

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

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

        public LoggerCollection withNextLink​(String nextLink)
        Set the nextLink property: Next page link if any.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the LoggerCollection object itself.
      • validate

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