public class ConnectionMonitorEndpointFilterItem extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpointFilterItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address of the filter item.
|
ConnectionMonitorEndpointFilterItemType |
type()
Get the type of item included in the filter.
|
ConnectionMonitorEndpointFilterItem |
withAddress(String address)
Set the address of the filter item.
|
ConnectionMonitorEndpointFilterItem |
withType(ConnectionMonitorEndpointFilterItemType type)
Set the type of item included in the filter.
|
public ConnectionMonitorEndpointFilterItemType type()
public ConnectionMonitorEndpointFilterItem withType(ConnectionMonitorEndpointFilterItemType type)
type - the type value to setpublic String address()
public ConnectionMonitorEndpointFilterItem withAddress(String address)
address - the address 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.
*/