public final class ConnectionMonitorEndpointFilterItem extends Object
| Constructor and Description |
|---|
ConnectionMonitorEndpointFilterItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address property: The address of the filter item.
|
ConnectionMonitorEndpointFilterItemType |
type()
Get the type property: The type of item included in the filter.
|
void |
validate()
Validates the instance.
|
ConnectionMonitorEndpointFilterItem |
withAddress(String address)
Set the address property: The address of the filter item.
|
ConnectionMonitorEndpointFilterItem |
withType(ConnectionMonitorEndpointFilterItemType type)
Set the type property: The type of item included in the filter.
|
public ConnectionMonitorEndpointFilterItemType type()
public ConnectionMonitorEndpointFilterItem withType(ConnectionMonitorEndpointFilterItemType type)
type - the type value to set.public String address()
public ConnectionMonitorEndpointFilterItem withAddress(String address)
address - the address value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.