public final class ConnectionMonitorEndpointFilter extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpointFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionMonitorEndpointFilterItem> |
items()
Get the items property: List of items in the filter.
|
ConnectionMonitorEndpointFilterType |
type()
Get the type property: The behavior of the endpoint filter.
|
void |
validate()
Validates the instance.
|
ConnectionMonitorEndpointFilter |
withItems(List<ConnectionMonitorEndpointFilterItem> items)
Set the items property: List of items in the filter.
|
ConnectionMonitorEndpointFilter |
withType(ConnectionMonitorEndpointFilterType type)
Set the type property: The behavior of the endpoint filter.
|
public ConnectionMonitorEndpointFilterType type()
public ConnectionMonitorEndpointFilter withType(ConnectionMonitorEndpointFilterType type)
type - the type value to set.public List<ConnectionMonitorEndpointFilterItem> items()
public ConnectionMonitorEndpointFilter withItems(List<ConnectionMonitorEndpointFilterItem> items)
items - the items value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.