public class GeoDistribution extends Object
| Constructor and Description |
|---|
GeoDistribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get location.
|
Integer |
numberOfWorkers()
Get numberOfWorkers.
|
GeoDistribution |
withLocation(String location)
Set location.
|
GeoDistribution |
withNumberOfWorkers(Integer numberOfWorkers)
Set numberOfWorkers.
|
public String location()
public GeoDistribution withLocation(String location)
location - the location value to setpublic Integer numberOfWorkers()
public GeoDistribution withNumberOfWorkers(Integer numberOfWorkers)
numberOfWorkers - the numberOfWorkers value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/