public class ConnectionMonitorEndpointFilter extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpointFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorEndpointFilterItem> |
items()
Get list of items in the filter.
|
ConnectionMonitorEndpointFilterType |
type()
Get the behavior of the endpoint filter.
|
ConnectionMonitorEndpointFilter |
withItems(List<ConnectionMonitorEndpointFilterItem> items)
Set list of items in the filter.
|
ConnectionMonitorEndpointFilter |
withType(ConnectionMonitorEndpointFilterType type)
Set the behavior of the endpoint filter.
|
public ConnectionMonitorEndpointFilterType type()
public ConnectionMonitorEndpointFilter withType(ConnectionMonitorEndpointFilterType type)
type - the type value to setpublic List<ConnectionMonitorEndpointFilterItem> items()
public ConnectionMonitorEndpointFilter withItems(List<ConnectionMonitorEndpointFilterItem> items)
items - the items 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.
*/