public class TagFilter extends Object
| Constructor and Description |
|---|
TagFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get this is the filter tag name, it can have 1 - 128 characters.
|
String |
op()
Get this is the comparison operator which is used for object comparison and filtering.
|
String |
value()
Get this is the filter tag value field used for tag based filtering, it can have 0 - 256 characters.
|
TagFilter |
withName(String name)
Set this is the filter tag name, it can have 1 - 128 characters.
|
TagFilter |
withOp(String op)
Set this is the comparison operator which is used for object comparison and filtering.
|
TagFilter |
withValue(String value)
Set 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 setpublic String op()
public TagFilter withOp(String op)
op - the op value to setpublic String value()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/