Class SupportedRegions


  • public class SupportedRegions
    extends java.lang.Object
    Contains the supported region list. Contains getters of the length of the list and region information
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RegionInfo getRegionInfo​(int index)
      Returns the Region Details for the specified index
      int length()
      Gets the number of SupportedRegions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupportedRegions

        public SupportedRegions()
    • Method Detail

      • length

        public int length()
        Gets the number of SupportedRegions
      • getRegionInfo

        public RegionInfo getRegionInfo​(int index)
        Returns the Region Details for the specified index
        Parameters:
        index -
        Returns: