
target.apidocs.com.google.api.services.compute.model.WafExpressionSet.html Maven / Gradle / Ivy
WafExpressionSet (Compute Engine API alpha-rev20200526-1.30.9)
com.google.api.services.compute.model
Class WafExpressionSet
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.compute.model.WafExpressionSet
-
public final class WafExpressionSet
extends GenericJson
Model definition for WafExpressionSet.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
WafExpressionSet()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
WafExpressionSet
clone()
List<String>
getAliases()
A list of alternate IDs.
List<WafExpressionSetExpression>
getExpressions()
List of available expressions.
String
getId()
Google specified expression set ID.
WafExpressionSet
set(String fieldName,
Object value)
WafExpressionSet
setAliases(List<String> aliases)
A list of alternate IDs.
WafExpressionSet
setExpressions(List<WafExpressionSetExpression> expressions)
List of available expressions.
WafExpressionSet
setId(String id)
Google specified expression set ID.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAliases
public List<String> getAliases()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable"
is particularly useful if a policy likes to avail newer set of expressions without having to
change the policy. A given alias name can't be used for more than one entity set.
- Returns:
- value or
null
for none
-
setAliases
public WafExpressionSet setAliases(List<String> aliases)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable"
is particularly useful if a policy likes to avail newer set of expressions without having to
change the policy. A given alias name can't be used for more than one entity set.
- Parameters:
aliases
- aliases or null
for none
-
getExpressions
public List<WafExpressionSetExpression> getExpressions()
List of available expressions.
- Returns:
- value or
null
for none
-
setExpressions
public WafExpressionSet setExpressions(List<WafExpressionSetExpression> expressions)
List of available expressions.
- Parameters:
expressions
- expressions or null
for none
-
getId
public String getId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329
- Returns:
- value or
null
for none
-
setId
public WafExpressionSet setId(String id)
Google specified expression set ID. The format should be: - E.g. XSS-20170329
- Parameters:
id
- id or null
for none
-
set
public WafExpressionSet set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public WafExpressionSet clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy