public class AzureReachabilityReportParameters extends Object
Constructor and Description |
---|
AzureReachabilityReportParameters() |
Modifier and Type | Method and Description |
---|---|
List<String> |
azureLocations()
Get the azureLocations value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
AzureReachabilityReportLocation |
providerLocation()
Get the providerLocation value.
|
List<String> |
providers()
Get the providers value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
AzureReachabilityReportParameters |
withAzureLocations(List<String> azureLocations)
Set the azureLocations value.
|
AzureReachabilityReportParameters |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
AzureReachabilityReportParameters |
withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation value.
|
AzureReachabilityReportParameters |
withProviders(List<String> providers)
Set the providers value.
|
AzureReachabilityReportParameters |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
public AzureReachabilityReportLocation providerLocation()
public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)
providerLocation
- the providerLocation value to setpublic AzureReachabilityReportParameters withProviders(List<String> providers)
providers
- the providers value to setpublic List<String> azureLocations()
public AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)
azureLocations
- the azureLocations value to setpublic org.joda.time.DateTime startTime()
public AzureReachabilityReportParameters withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public AzureReachabilityReportParameters withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setCopyright © 2019. All rights reserved.