public class ConnectionMonitorParameters extends Object
| Constructor and Description |
|---|
ConnectionMonitorParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoStart()
Get the autoStart value.
|
ConnectionMonitorDestination |
destination()
Get the destination value.
|
Integer |
monitoringIntervalInSeconds()
Get the monitoringIntervalInSeconds value.
|
ConnectionMonitorSource |
source()
Get the source value.
|
ConnectionMonitorParameters |
withAutoStart(Boolean autoStart)
Set the autoStart value.
|
ConnectionMonitorParameters |
withDestination(ConnectionMonitorDestination destination)
Set the destination value.
|
ConnectionMonitorParameters |
withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)
Set the monitoringIntervalInSeconds value.
|
ConnectionMonitorParameters |
withSource(ConnectionMonitorSource source)
Set the source value.
|
public ConnectionMonitorSource source()
public ConnectionMonitorParameters withSource(ConnectionMonitorSource source)
source - the source value to setpublic ConnectionMonitorDestination destination()
public ConnectionMonitorParameters withDestination(ConnectionMonitorDestination destination)
destination - the destination value to setpublic Boolean autoStart()
public ConnectionMonitorParameters withAutoStart(Boolean autoStart)
autoStart - the autoStart value to setpublic Integer monitoringIntervalInSeconds()
public ConnectionMonitorParameters withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)
monitoringIntervalInSeconds - the monitoringIntervalInSeconds 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.
*/