Class QueryConfigService.MethodAuthorizer.Parameter
java.lang.Object
org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer.Parameter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryConfigService.MethodAuthorizer
public static class QueryConfigService.MethodAuthorizer.Parameter
extends Object
implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameter-value property.voidsetParameterValue(String value) Sets the value of the parameter-value property.
-
Field Details
-
parameterValue
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details