Class GeoDistribution


  • public class GeoDistribution
    extends Object
    A global distribution definition.
    • Constructor Detail

      • GeoDistribution

        public GeoDistribution()
    • Method Detail

      • location

        public String location()
        Get location.
        Returns:
        the location value
      • withLocation

        public GeoDistribution withLocation​(String location)
        Set location.
        Parameters:
        location - the location value to set
        Returns:
        the GeoDistribution object itself.
      • numberOfWorkers

        public Integer numberOfWorkers()
        Get numberOfWorkers.
        Returns:
        the numberOfWorkers value
      • withNumberOfWorkers

        public GeoDistribution withNumberOfWorkers​(Integer numberOfWorkers)
        Set numberOfWorkers.
        Parameters:
        numberOfWorkers - the numberOfWorkers value to set
        Returns:
        the GeoDistribution object itself.