public class GenericResourceFilter extends Object
| Constructor and Description |
|---|
GenericResourceFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceType()
Get the resourceType value.
|
String |
tagname()
Get the tagname value.
|
String |
tagvalue()
Get the tagvalue value.
|
GenericResourceFilter |
withResourceType(String resourceType)
Set the resourceType value.
|
GenericResourceFilter |
withTagname(String tagname)
Set the tagname value.
|
GenericResourceFilter |
withTagvalue(String tagvalue)
Set the tagvalue value.
|
public String resourceType()
public GenericResourceFilter withResourceType(String resourceType)
resourceType - the resourceType value to setpublic String tagname()
public GenericResourceFilter withTagname(String tagname)
tagname - the tagname value to setpublic String tagvalue()
public GenericResourceFilter withTagvalue(String tagvalue)
tagvalue - the tagvalue 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.
*/