Class RegionListResult


  • public final class RegionListResult
    extends Object
    Lists Regions operation response details.
    • Constructor Detail

      • RegionListResult

        public RegionListResult()
    • Method Detail

      • value

        public List<RegionContractInner> value()
        Get the value property: Lists of Regions.
        Returns:
        the value value.
      • withValue

        public RegionListResult withValue​(List<RegionContractInner> value)
        Set the value property: Lists of Regions.
        Parameters:
        value - the value value to set.
        Returns:
        the RegionListResult object itself.
      • count

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

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

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

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

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