Class WafRankingsResponseInner


  • public final class WafRankingsResponseInner
    extends Object
    Waf Rankings Response.
    • Constructor Detail

      • WafRankingsResponseInner

        public WafRankingsResponseInner()
    • Method Detail

      • dateTimeBegin

        public OffsetDateTime dateTimeBegin()
        Get the dateTimeBegin property: The dateTimeBegin property.
        Returns:
        the dateTimeBegin value.
      • withDateTimeBegin

        public WafRankingsResponseInner withDateTimeBegin​(OffsetDateTime dateTimeBegin)
        Set the dateTimeBegin property: The dateTimeBegin property.
        Parameters:
        dateTimeBegin - the dateTimeBegin value to set.
        Returns:
        the WafRankingsResponseInner object itself.
      • dateTimeEnd

        public OffsetDateTime dateTimeEnd()
        Get the dateTimeEnd property: The dateTimeEnd property.
        Returns:
        the dateTimeEnd value.
      • withDateTimeEnd

        public WafRankingsResponseInner withDateTimeEnd​(OffsetDateTime dateTimeEnd)
        Set the dateTimeEnd property: The dateTimeEnd property.
        Parameters:
        dateTimeEnd - the dateTimeEnd value to set.
        Returns:
        the WafRankingsResponseInner object itself.
      • groups

        public List<String> groups()
        Get the groups property: The groups property.
        Returns:
        the groups value.
      • withGroups

        public WafRankingsResponseInner withGroups​(List<String> groups)
        Set the groups property: The groups property.
        Parameters:
        groups - the groups value to set.
        Returns:
        the WafRankingsResponseInner object itself.
      • validate

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