public final class TagFilter extends Object
| Constructor and Description |
|---|
TagFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: This is the filter tag name, it can have 1 - 128 characters.
|
String |
op()
Get the op property: This is the comparison operator which is used for object comparison and filtering.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: This is the filter tag value field used for tag based filtering, it can have 0 - 256
characters.
|
TagFilter |
withName(String name)
Set the name property: This is the filter tag name, it can have 1 - 128 characters.
|
TagFilter |
withOp(String op)
Set the op property: This is the comparison operator which is used for object comparison and filtering.
|
TagFilter |
withValue(String value)
Set the value property: This is the filter tag value field used for tag based filtering, it can have 0 - 256
characters.
|
public String name()
public TagFilter withName(String name)
name - the name value to set.public String op()
public TagFilter withOp(String op)
op - the op value to set.public String value()
public TagFilter withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.