public class MatchVariable extends Object
| Constructor and Description |
|---|
MatchVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
selector()
Get the selector of match variable.
|
WebApplicationFirewallMatchVariable |
variableName()
Get match Variable.
|
MatchVariable |
withSelector(String selector)
Set the selector of match variable.
|
MatchVariable |
withVariableName(WebApplicationFirewallMatchVariable variableName)
Set match Variable.
|
public WebApplicationFirewallMatchVariable variableName()
public MatchVariable withVariableName(WebApplicationFirewallMatchVariable variableName)
variableName - the variableName value to setpublic String selector()
public MatchVariable withSelector(String selector)
selector - the selector 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.
*/